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>
This commit is contained in:
Lokesh Vutla 2017-02-10 20:37:17 +05:30 committed by Tom Rini
parent cf334edfbb
commit 4d451c0082
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ SECTIONS
*(.__end)
}
_image_binary_end = .;
.bss :
{
. = ALIGN(4);