]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: keystone2: Allow to build with all image formats
authorCooper Jr., Franklin <fcooper@ti.com>
Fri, 16 Jun 2017 22:25:14 +0000 (17:25 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 10 Jul 2017 18:25:55 +0000 (14:25 -0400)
commit90e7230a6b2f56e256687e53603a47499ef33755
tree6c18f975d1d019ccc6b769c8f6e6d387347407f0
parent873a955f3c9748377393f9f55d7e4e3ebd371a21
ARM: keystone2: Allow to build with all image formats

u-boot.bin is a copy of:
u-boot-fit-dtb.bin if CONFIG_FIT_EMBED is enabled,
u-boot-dtb.bin if CONFIG_OF_SEPARATE is enabled,
u-boot-nodtb.bin if DT is not enabled.
So, use u-boot.bin to to generate keystone images instead of
u-boot-dtb.bin

Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-keystone/config.mk