]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cradle/u-boot.lds
* Patches by Robert Schwebel, 06 Mar 2003:
[karo-tx-uboot.git] / board / cradle / u-boot.lds
index 0a89b3288d2b80caf2addbb13d9eb701822a005e..280fc48acef3d5888eef35e2bc9d4dd2df646a18 100644 (file)
@@ -47,7 +47,9 @@ SECTIONS
        armboot_end_data = .;
 
         . = ALIGN(4);
+       bss_start = .;
         .bss : { *(.bss) }
+       bss_end = .;
 
        armboot_end = .;
 }