summaryrefslogtreecommitdiffstats
path: root/board/exbitgen
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-06-29 21:03:46 +0000
committerwdenk <wdenk>2003-06-29 21:03:46 +0000
commitb0fce99bfc116c2ddb4506268d6e4a0a7054478d (patch)
tree6a11d99f1e350d9046c1c0e17298fa2bccd7db3e /board/exbitgen
parenteeacb89cb311fe273fef0f20b2bacf589b36f8f4 (diff)
downloadblackbird-obmc-uboot-b0fce99bfc116c2ddb4506268d6e4a0a7054478d.tar.gz
blackbird-obmc-uboot-b0fce99bfc116c2ddb4506268d6e4a0a7054478d.zip
Fix some missing commands, cleanup header files
(autoscript, bmp, bsp, fat, mmc, nand, portio, ...)
Diffstat (limited to 'board/exbitgen')
-rw-r--r--board/exbitgen/u-boot.lds4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/exbitgen/u-boot.lds b/board/exbitgen/u-boot.lds
index 863a7e423d..36f9491963 100644
--- a/board/exbitgen/u-boot.lds
+++ b/board/exbitgen/u-boot.lds
@@ -119,6 +119,10 @@ SECTIONS
_edata = .;
PROVIDE (edata = .);
+ __u_boot_cmd_start = .;
+ .u_boot_cmd : { *(.u_boot_cmd) }
+ __u_boot_cmd_end = .;
+
__start___ex_table = .;
__ex_table : { *(__ex_table) }
__stop___ex_table = .;
OpenPOWER on IntegriCloud