summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:00 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:00 +0200
commit99aae72b1ffd204cd162931411f9edf90c322f3d (patch)
tree13e015684e1e1081b3bc84cb8226bb64e4b62a1e /board
parente935d1a45206186895a2e5148fe8c58ed94e7cca (diff)
downloadbarebox-99aae72b1ffd204cd162931411f9edf90c322f3d.tar.gz
barebox-99aae72b1ffd204cd162931411f9edf90c322f3d.tar.xz
svn_rev_512
U_BOOT_CMDS
Diffstat (limited to 'board')
-rw-r--r--board/phycore_mpc5200b_tiny/u-boot.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/phycore_mpc5200b_tiny/u-boot.lds.S b/board/phycore_mpc5200b_tiny/u-boot.lds.S
index 33b3c85a91..ae93e3bb02 100644
--- a/board/phycore_mpc5200b_tiny/u-boot.lds.S
+++ b/board/phycore_mpc5200b_tiny/u-boot.lds.S
@@ -97,7 +97,7 @@ SECTIONS
. = .;
__u_boot_cmd_start = .;
- .u_boot_cmd : { *(.u_boot_cmd) }
+ .u_boot_cmd : { U_BOOT_CMDS }
__u_boot_cmd_end = .;
__u_boot_initcalls_start = .;