]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/avr32/cpu/u-boot.lds
avr32: add generic board support
[karo-tx-uboot.git] / arch / avr32 / cpu / u-boot.lds
index cb29a22b1ea9c3190881772a19d77fe804796ec9..b0180e3534591d512c2a31bf4f3c1b93d9db4d94 100644 (file)
@@ -48,9 +48,11 @@ SECTIONS
        _edata = .;
 
        .bss (NOLOAD) : {
+               __bss_start = .;
                *(.bss)
                *(.bss.*)
        }
        . = ALIGN(8);
        __bss_end = .;
+       __init_end = .;
 }