mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-16 04:01:31 +00:00
arch/arm/imx-common/Makefile: Update u-boot.uim MKIMAGEFLAGS
We need to be passing -T firmware here and aren't. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
37f23885e4
commit
f1ab00fb53
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ SPL: spl/u-boot-spl.bin $(IMX_CONFIG) FORCE
|
|||
$(call if_changed,mkimage)
|
||||
|
||||
MKIMAGEFLAGS_u-boot.uim = -A arm -O U-Boot -a $(CONFIG_SYS_TEXT_BASE) \
|
||||
-e $(CONFIG_SYS_TEXT_BASE) -C none
|
||||
-e $(CONFIG_SYS_TEXT_BASE) -C none -T firmware
|
||||
|
||||
u-boot.uim: u-boot.bin FORCE
|
||||
$(call if_changed,mkimage)
|
||||
|
|
Loading…
Add table
Reference in a new issue