]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/am33xx/u-boot-spl.lds
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / am33xx / u-boot-spl.lds
index 69f6d48dab1b8ac831b5f35d52f99e1af95c2751..b6a929ff7ef69b8e080882209923504b634ffaf3 100644 (file)
@@ -62,6 +62,6 @@ SECTIONS
                __bss_start = .;
                *(.bss*)
                . = ALIGN(4);
-               __bss_end__ = .;
+               __bss_end = .;
        } >.sdram
 }