summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2017-02-10 15:07:17 (GMT)
committerTom Rini <trini@konsulko.com>2017-03-21 11:15:21 (GMT)
commit4d451c00825ab7c4d25dc507d9a81e90ad3eb308 (patch)
treec22dd6d960d21711983dc6f2733664b13f73ca0d /arch/arm/mach-omap2
parentcf334edfbb78ddabbc22ac78b842eb2d8c10ff16 (diff)
downloadu-boot-4d451c00825ab7c4d25dc507d9a81e90ad3eb308.tar.xz
ARM: OMAP2+: define _image_binary_end to fix SPL_OF_CONTROL
To make SPL_OF_CONTROL work on OMAP2+ SoCs, _image_binary_end must be defined in the linker script along with CONFIG_SPL_SEPARATE_BSS. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/u-boot-spl.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/u-boot-spl.lds b/arch/arm/mach-omap2/u-boot-spl.lds
index 8fec715..e9da2a9 100644
--- a/arch/arm/mach-omap2/u-boot-spl.lds
+++ b/arch/arm/mach-omap2/u-boot-spl.lds
@@ -46,6 +46,8 @@ SECTIONS
*(.__end)
}
+ _image_binary_end = .;
+
.bss :
{
. = ALIGN(4);