summaryrefslogtreecommitdiffstats
path: root/board/purple
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-12-14 23:28:24 +0000
committerwdenk <wdenk>2004-12-14 23:28:24 +0000
commit45ea3fca4afc6f73fdbe6fd45223b934117755f7 (patch)
tree142d13dd1af394a09b53ef6a1eb3c988ebe1abcb /board/purple
parent96085e347dad565ffd8c7ab76276fecb0ae0f9f6 (diff)
downloadtalos-obmc-uboot-45ea3fca4afc6f73fdbe6fd45223b934117755f7.tar.gz
talos-obmc-uboot-45ea3fca4afc6f73fdbe6fd45223b934117755f7.zip
Cleanup for CMC_PU2 board
Diffstat (limited to 'board/purple')
-rw-r--r--board/purple/u-boot.lds6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/purple/u-boot.lds b/board/purple/u-boot.lds
index 270fbe8afc..6263dd0052 100644
--- a/board/purple/u-boot.lds
+++ b/board/purple/u-boot.lds
@@ -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;
OpenPOWER on IntegriCloud