]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/dk1c20/u-boot.lds
* Patches by Xianghua Xiao, 15 Oct 2003:
[karo-tx-uboot.git] / board / dk1c20 / u-boot.lds
index beedd54fe15708dc4d286dac20a19df04b4ede3d..a7d35af3f7301fd8a77c50f4920ff3e50fbd67b7 100644 (file)
@@ -33,17 +33,17 @@ SECTIONS
          cpu/nios/start.o (.text)
          *(.text)
        }
-        __text_end = .;
+       __text_end = .;
 
-        . = ALIGN(4);
-        .rodata :
+       . = ALIGN(4);
+       .rodata :
        {
                *(.rodata)
        }
        __rodata_end = .;
 
-        . = ALIGN(4);
-        .data :
+       . = ALIGN(4);
+       .data :
        {
                *(.data)
        }
@@ -59,12 +59,11 @@ SECTIONS
        __u_boot_cmd_end = .;
 
        __bss_start = .;
-        . = ALIGN(4);
-        .bss :
+       . = ALIGN(4);
+       .bss :
        {
                *(.bss)
        }
        . = ALIGN(4);
        __bss_end = .;
 }
-