projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37f2388
)
arch/arm/imx-common/Makefile: Update u-boot.uim MKIMAGEFLAGS
author
Tom Rini
<trini@konsulko.com>
Mon, 2 May 2016 22:36:07 +0000
(18:36 -0400)
committer
Tom Rini
<trini@konsulko.com>
Mon, 2 May 2016 22:37:08 +0000
(18:37 -0400)
We need to be passing -T firmware here and aren't.
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/imx-common/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/imx-common/Makefile
b/arch/arm/imx-common/Makefile
index
c208628
..
d34a784
100644
(file)
--- a/
arch/arm/imx-common/Makefile
+++ b/
arch/arm/imx-common/Makefile
@@
-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)