summaryrefslogtreecommitdiffstats
path: root/board/gen860t
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-06-27 21:31:46 +0000
committerwdenk <wdenk>2003-06-27 21:31:46 +0000
commit8bde7f776c77b343aca29b8c7b58464d915ac245 (patch)
tree20f1fd99975215e7c658454a15cdb4ed4694e2d4 /board/gen860t
parent993cad9364c6b87ae429d1ed1130d8153f6f027e (diff)
downloadblackbird-obmc-uboot-8bde7f776c77b343aca29b8c7b58464d915ac245.tar.gz
blackbird-obmc-uboot-8bde7f776c77b343aca29b8c7b58464d915ac245.zip
* Code cleanup:
- remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
Diffstat (limited to 'board/gen860t')
-rw-r--r--board/gen860t/Makefile2
-rw-r--r--board/gen860t/README1
-rw-r--r--board/gen860t/u-boot-flashenv.lds2
-rw-r--r--board/gen860t/u-boot.lds5
4 files changed, 7 insertions, 3 deletions
diff --git a/board/gen860t/Makefile b/board/gen860t/Makefile
index 21bf040cef..dd7ecf1285 100644
--- a/board/gen860t/Makefile
+++ b/board/gen860t/Makefile
@@ -28,7 +28,7 @@ LIB = lib$(BOARD).a
OBJS = $(BOARD).o flash.o beeper.o fpga.o ioport.o
$(LIB): .depend $(OBJS)
- $(AR) crv $@ $^
+ $(AR) crv $@ $(OBJS)
#########################################################################
diff --git a/board/gen860t/README b/board/gen860t/README
index 7c03f93650..7205afb4de 100644
--- a/board/gen860t/README
+++ b/board/gen860t/README
@@ -144,4 +144,3 @@ Microvision, Inc.
<outwater@eskimo.com>
vim: set ts=4 sw=4 tw=78:
-
diff --git a/board/gen860t/u-boot-flashenv.lds b/board/gen860t/u-boot-flashenv.lds
index e95a6a1714..f46c314327 100644
--- a/board/gen860t/u-boot-flashenv.lds
+++ b/board/gen860t/u-boot-flashenv.lds
@@ -121,7 +121,7 @@ SECTIONS
*(.bss)
*(COMMON)
}
-
+
_end = . ;
PROVIDE (end = .);
diff --git a/board/gen860t/u-boot.lds b/board/gen860t/u-boot.lds
index b7b190e7aa..d4c258f966 100644
--- a/board/gen860t/u-boot.lds
+++ b/board/gen860t/u-boot.lds
@@ -101,6 +101,11 @@ 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