]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/ms7722se/u-boot.lds
Merge branch 'master' of git://www.denx.de/git/u-boot-sh
[karo-tx-uboot.git] / board / ms7722se / u-boot.lds
index 24c218495ce3bbf6064f1aeeb8fa4b3745201487..88b4f5c45face33a0bd64a500ffd9a41be244072 100644 (file)
@@ -32,19 +32,19 @@ SECTIONS
           Although size of SDRAM can be either 16 or 32 MBytes,
           we assume 16 MBytes (ie ignore upper half if the full
           32 MBytes is present).
-          
+
           NOTE: This address must match with the definition of
           TEXT_BASE in config.mk (in this directory).
-          
+
        */
        . = 0x8C000000 + (64*1024*1024) - (256*1024);
-       
+
        PROVIDE (reloc_dst = .);
 
        PROVIDE (_ftext = .);
        PROVIDE (_fcode = .);
        PROVIDE (_start = .);
-       
+
        .text :
        {
                cpu/sh4/start.o         (.text)
@@ -89,12 +89,12 @@ SECTIONS
        }
        PROVIDE (__u_boot_cmd_end = .);
 
-       PROVIDE (reloc_dst_end = .); 
+       PROVIDE (reloc_dst_end = .);
        /* _reloc_dst_end = .; */
 
        PROVIDE (bss_start = .);
        PROVIDE (__bss_start = .);
-       .bss :
+       .bss (NOLOAD) :
        {
                *(.bss)
                . = ALIGN(4);
@@ -103,4 +103,3 @@ SECTIONS
 
        PROVIDE (_end = .);
 }
-