diff options
author | wdenk <wdenk> | 2004-12-14 23:28:24 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-12-14 23:28:24 +0000 |
commit | 45ea3fca4afc6f73fdbe6fd45223b934117755f7 (patch) | |
tree | 142d13dd1af394a09b53ef6a1eb3c988ebe1abcb /board/purple | |
parent | 96085e347dad565ffd8c7ab76276fecb0ae0f9f6 (diff) | |
download | u-boot-imx-45ea3fca4afc6f73fdbe6fd45223b934117755f7.zip u-boot-imx-45ea3fca4afc6f73fdbe6fd45223b934117755f7.tar.gz u-boot-imx-45ea3fca4afc6f73fdbe6fd45223b934117755f7.tar.bz2 |
Cleanup for CMC_PU2 board
Diffstat (limited to 'board/purple')
-rw-r--r-- | board/purple/u-boot.lds | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/board/purple/u-boot.lds b/board/purple/u-boot.lds index 270fbe8..6263dd0 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; |