]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
uboot: ensure u-boot-dtb.img gets built if enabled
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 2 May 2016 21:26:52 +0000 (23:26 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 5 May 2016 09:31:39 +0000 (11:31 +0200)
commit2d0bc89ebfda2a8795ed73744c1ffd00c0c4bdcb
tree6b583a8750c149c83b904542a99850793a9b8501
parent8b850c32541d7702163509726e0c4e02acb4d8c3
uboot: ensure u-boot-dtb.img gets built if enabled

u-boot-dtb.img only gets built by default (all target) if
CONFIG_OF_SEPARATE _AND_ CONFIG_SPL_FRAMEWORK are enabled.

Certain SoCs (E.G. Action Semi S500) use a proprietary first level
bootloader instead of u-boot SPL, but still use u-boot-dtb.img as the first
level bootloader parses the uImage header for size/loadaddr.

Ensure u-boot-dtb.img gets built if enabled by explicitly listing it as a
u-boot make target (next to all) to support such setups.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
boot/uboot/uboot.mk