]> git.sur5r.net Git - u-boot/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)
commit85bfe48b0ab807e8c7308507ea923a16ce3fdd1a
tree6c18f975d1d019ccc6b769c8f6e6d387347407f0
parent6f59fb07f4974753eefb872eac74a418bd9ec42b
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