1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-06 11:16:35 +01:00

ARM: at91: lds: use "_image_binary_end" for DT location

The MMC SPL locates the BSS section to a different memory region
from text, then use "_image_binary_end" variable to point to the
correct device tree location.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
This commit is contained in:
Wenyou Yang
2017-03-24 11:34:06 +08:00
committed by Simon Glass
parent 5bede73c6c
commit 7abd5aabfa

View File

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