]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/purple/u-boot.lds
Cleanup for CMC_PU2 board
[karo-tx-uboot.git] / board / purple / u-boot.lds
index 270fbe8afca116a90c680734b70cfdd18b028da4..6263dd005299ec039cf7f2a7ff7ee7d034645ab7 100644 (file)
@@ -64,9 +64,9 @@ SECTIONS
 
        .sdata  : { *(.sdata) }
 
-  __u_boot_cmd_start = .;
-  .u_boot_cmd : { *(.u_boot_cmd) }
-  __u_boot_cmd_end = .;
+       __u_boot_cmd_start = .;
+       .u_boot_cmd : { *(.u_boot_cmd) }
+       __u_boot_cmd_end = .;
 
        uboot_end_data = .;
        num_got_entries = (__got_end - __got_start) >> 2;