Commit 4c267374a29156a3109d2a4394bc9df41e10b620
Committed by
Tom Rini
1 parent
344ca0b40c
Exists in
master
and in
56 other branches
Always build u-boot.img when using CONFIG_SPL_FRAMEWORK
Use of uImage formatted u-boot have long been preferred, and recent changes to better support Falcon mode on MMC now enforces it on MMC. Signed-off-by: Henrik Nordstrom <henrik@henriknordstrom.net>
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
Makefile
| ... | ... | @@ -398,6 +398,7 @@ |
| 398 | 398 | ALL-$(CONFIG_NAND_U_BOOT) += $(obj)u-boot-nand.bin |
| 399 | 399 | ALL-$(CONFIG_ONENAND_U_BOOT) += $(obj)u-boot-onenand.bin |
| 400 | 400 | ALL-$(CONFIG_SPL) += $(obj)spl/u-boot-spl.bin |
| 401 | +ALL-$(CONFIG_SPL_FRAMEWORK) += $(obj)u-boot.img | |
| 401 | 402 | ALL-$(CONFIG_TPL) += $(obj)tpl/u-boot-tpl.bin |
| 402 | 403 | ALL-$(CONFIG_OF_SEPARATE) += $(obj)u-boot.dtb $(obj)u-boot-dtb.bin |
| 403 | 404 | ifneq ($(CONFIG_SPL_TARGET),) |