summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:56 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:56 +0200
commit6bc35a31f620b207c23bd99eefe7d4f7612b54b7 (patch)
tree3adedbeb880546e34ff365235e519aea1c911ef3 /board
parent7baa6289fe0e45039eae0b1073f774f94371da56 (diff)
downloadbarebox-6bc35a31f620b207c23bd99eefe7d4f7612b54b7.tar.gz
barebox-6bc35a31f620b207c23bd99eefe7d4f7612b54b7.tar.xz
svn_rev_470
Diffstat (limited to 'board')
-rw-r--r--board/scb9328/u-boot.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/scb9328/u-boot.lds.S b/board/scb9328/u-boot.lds.S
index c450497e75..0080ec92da 100644
--- a/board/scb9328/u-boot.lds.S
+++ b/board/scb9328/u-boot.lds.S
@@ -49,7 +49,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 = .;