Merge branch 'master' of git://git.denx.de/u-boot-samsung
[platform/kernel/u-boot.git] / arch / arm / cpu / armv8 / u-boot-spl.lds
index 4df339c..0d1b0c4 100644 (file)
@@ -54,17 +54,19 @@ SECTIONS
                *(.__end)
        } >.sram
 
-       .bss_start : {
+       _image_binary_end = .;
+
+       .bss_start (NOLOAD) : {
                . = ALIGN(8);
                KEEP(*(.__bss_start));
        } >.sdram
 
-       .bss : {
+       .bss (NOLOAD) : {
                *(.bss*)
                 . = ALIGN(8);
        } >.sdram
 
-       .bss_end : {
+       .bss_end (NOLOAD) : {
                KEEP(*(.__bss_end));
        } >.sdram