projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a4ab14
)
MLK-15086 arm: Add firmware_image section to objcopy flags
author
Ye Li
<ye.li@nxp.com>
Wed, 14 Jun 2017 13:15:47 +0000
(08:15 -0500)
committer
Jason Liu
<jason.hui.liu@nxp.com>
Thu, 2 Nov 2017 18:36:55 +0000
(
02:36
+0800)
The u-boot limits the needed sections in .bin by set -j parameter
in objcopy. Need to add the firmware_image section for M4 image.
Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
arch/arm/config.mk
patch
|
blob
|
history
diff --git
a/arch/arm/config.mk
b/arch/arm/config.mk
index
3a81f13
..
4d64a12
100644
(file)
--- a/
arch/arm/config.mk
+++ b/
arch/arm/config.mk
@@
-136,6
+136,10
@@
ifdef CONFIG_EFI_LOADER
OBJCOPYFLAGS += -j .efi_runtime -j .efi_runtime_rel
endif
+ifdef CONFIG_IMX_M4_BIND
+OBJCOPYFLAGS += -j .firmware_image
+endif
+
ifneq ($(CONFIG_IMX_CONFIG),)
ifdef CONFIG_SPL
ifndef CONFIG_SPL_BUILD