image: introduce DEVICE_DTC_FLAGS and DEVICE_DTCO_FLAGS
authorDaniel Golle <daniel@makrotopia.org>
Tue, 6 Jun 2023 12:01:15 +0000 (13:01 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 6 Jun 2023 12:09:28 +0000 (13:09 +0100)
commit56f409c4e4df8b365b39a0bf9d2919814cc556a4
treef00463395c065037d9504f91e4389a585fd695d5
parent0a4b309f41062ef40706162ae53b6428982a0685
image: introduce DEVICE_DTC_FLAGS and DEVICE_DTCO_FLAGS

Handle compiling device tree overlay blobs separate to allow for
overlays being compiled with different parameters, mostly to safe
space.
Allow defining DEVICE_DTC_FLAGS and DEVICE_DTCO_FLAGS as per-device
parameters to be passed to dtc. Previously some boards directly used
DTC_FLAGS in their build recipe which then also affected other boards.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
include/image.mk