mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
microblaze: u-boot-spl.lds: Pass _image_binary_end
Pass _image_binary_end to make a standard way to indicate the end of the text section in SPL. The motivation for this is to have a uniform way to handle the SPL boundary checks. Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
a1ddcf7cee
commit
1758b64f6d
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ SECTIONS
|
|||
__bss_end = .;
|
||||
}
|
||||
_end = . ;
|
||||
_image_binary_end = .;
|
||||
}
|
||||
|
||||
#if defined(CONFIG_SPL_MAX_FOOTPRINT)
|
||||
|
|
Loading…
Reference in a new issue