85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
[oweals/u-boot.git] / board / tb0229 / u-boot.lds
index b2fa9f22dc9c7df0b46fc02f76ebeac9d4a72ce2..b18e6a6fc521da0012a2c2eef8118b0ebfd97b23 100644 (file)
@@ -54,16 +54,17 @@ SECTIONS
 
        .sdata  : { *(.sdata) }
 
-       . = .;
-       __u_boot_cmd_start = .;
-       .u_boot_cmd : { *(.u_boot_cmd) }
-       __u_boot_cmd_end = .;
+       .u_boot_cmd : {
+         __u_boot_cmd_start = .;
+         *(.u_boot_cmd)
+         __u_boot_cmd_end = .;
+       }
 
        uboot_end_data = .;
        num_got_entries = (__got_end - __got_start) >> 2;
 
        . = ALIGN(4);
-       .sbss  : { *(.sbss) }
-       .bss  : { *(.bss) }
+       .sbss (NOLOAD)  : { *(.sbss) }
+       .bss (NOLOAD)  : { *(.bss) }
        uboot_end = .;
 }