]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/blackfin/cpu/u-boot.lds
blackfin: convert blackfin board_f and board_r to use generic board init functions
[karo-tx-uboot.git] / arch / blackfin / cpu / u-boot.lds
index 7f0411f61238c28e679a1842f22bc61d1433a420..ae1b813c1f36c97b455ec129e39f0f6c0073d635 100644 (file)
@@ -135,6 +135,8 @@ SECTIONS
                *(COMMON)
                . = ALIGN(4);
        } >ram_data
-       __bss_vma = ADDR(.bss);
+       __bss_end = .;
+       __bss_start = ADDR(.bss);
        __bss_len = SIZEOF(.bss);
+       __init_end = .;
 }