diff options
Diffstat (limited to 'arch/microblaze/cpu/u-boot-spl.lds')
| -rw-r--r-- | arch/microblaze/cpu/u-boot-spl.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/cpu/u-boot-spl.lds b/arch/microblaze/cpu/u-boot-spl.lds index 4ac5a21524c..597095195ca 100644 --- a/arch/microblaze/cpu/u-boot-spl.lds +++ b/arch/microblaze/cpu/u-boot-spl.lds @@ -54,6 +54,7 @@ SECTIONS __bss_end = .; } _end = . ; + _image_binary_end = .; } #if defined(CONFIG_SPL_MAX_FOOTPRINT) |
