X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Farm%2Fcpu%2Farmv8%2Fu-boot-spl.lds;h=cc427c3583fd59fdc8865db8c13eef0d8efb53b6;hb=7ceae0eac04154a651caf2b1c8399fefd3de308d;hp=4df339c84abbb9d4c3e3a9db2b515747a7f0654a;hpb=86e6f7eaa15f0aca03bb7c961902563348c2dd05;p=u-boot diff --git a/arch/arm/cpu/armv8/u-boot-spl.lds b/arch/arm/cpu/armv8/u-boot-spl.lds index 4df339c84a..cc427c3583 100644 --- a/arch/arm/cpu/armv8/u-boot-spl.lds +++ b/arch/arm/cpu/armv8/u-boot-spl.lds @@ -54,6 +54,8 @@ SECTIONS *(.__end) } >.sram + _image_binary_end = .; + .bss_start : { . = ALIGN(8); KEEP(*(.__bss_start));