From b0fce99bfc116c2ddb4506268d6e4a0a7054478d Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 29 Jun 2003 21:03:46 +0000 Subject: Fix some missing commands, cleanup header files (autoscript, bmp, bsp, fat, mmc, nand, portio, ...) --- board/evb64260/eth.c | 1 - board/exbitgen/u-boot.lds | 4 ++++ board/hymod/bsp.c | 1 - board/siemens/pcu_e/pcu_e.c | 1 - board/sl8245/Makefile | 2 +- board/sl8245/u-boot.lds | 4 ++++ board/w7o/cmd_vpd.c | 1 - 7 files changed, 9 insertions(+), 5 deletions(-) (limited to 'board') diff --git a/board/evb64260/eth.c b/board/evb64260/eth.c index 8b3a35923..f0743fa29 100644 --- a/board/evb64260/eth.c +++ b/board/evb64260/eth.c @@ -22,7 +22,6 @@ Skeleton NIC driver for Etherboot #include #include -#include #include #include #include diff --git a/board/exbitgen/u-boot.lds b/board/exbitgen/u-boot.lds index 863a7e423..36f949196 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 = .; diff --git a/board/hymod/bsp.c b/board/hymod/bsp.c index f131e51d4..7ea91e679 100644 --- a/board/hymod/bsp.c +++ b/board/hymod/bsp.c @@ -27,7 +27,6 @@ #include #include #include -#include /*----------------------------------------------------------------------- * Board Special Commands: FPGA load/store, EEPROM erase diff --git a/board/siemens/pcu_e/pcu_e.c b/board/siemens/pcu_e/pcu_e.c index a8d73ccfe..8be70d36d 100644 --- a/board/siemens/pcu_e/pcu_e.c +++ b/board/siemens/pcu_e/pcu_e.c @@ -26,7 +26,6 @@ #include #include #include -#include /* ------------------------------------------------------------------------- */ diff --git a/board/sl8245/Makefile b/board/sl8245/Makefile index da60318d7..6d1124043 100644 --- a/board/sl8245/Makefile +++ b/board/sl8245/Makefile @@ -28,7 +28,7 @@ LIB = lib$(BOARD).a OBJS = $(BOARD).o flash.o $(LIB): .depend $(OBJS) - $(AR) crv $@ $^ + $(AR) crv $@ $(OBJS) ######################################################################### diff --git a/board/sl8245/u-boot.lds b/board/sl8245/u-boot.lds index 627a53b3b..e0d0b1763 100644 --- a/board/sl8245/u-boot.lds +++ b/board/sl8245/u-boot.lds @@ -102,6 +102,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 = .; diff --git a/board/w7o/cmd_vpd.c b/board/w7o/cmd_vpd.c index 2763a53d0..6a151e258 100644 --- a/board/w7o/cmd_vpd.c +++ b/board/w7o/cmd_vpd.c @@ -27,7 +27,6 @@ #if (CONFIG_COMMANDS & CFG_CMD_BSP) #include "vpd.h" -#include "cmd_bsp.h" /* ====================================================================== * Interpreter command to retrieve board specific Vital Product Data, "VPD" -- cgit v1.2.3