summaryrefslogtreecommitdiffstats
path: root/board/esd
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>2009-01-02 12:18:49 +0100
committerStefan Roese <sr@denx.de>2009-01-14 11:20:07 +0100
commit3ba605d4beec649438539e7df97b5fedb26592fb (patch)
treed5db27e0be669deb2e147775cb93ba8a41227fc2 /board/esd
parent600fe46fb3dab7f07604f9009904f31584415114 (diff)
downloadblackbird-obmc-uboot-3ba605d4beec649438539e7df97b5fedb26592fb.tar.gz
blackbird-obmc-uboot-3ba605d4beec649438539e7df97b5fedb26592fb.zip
ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards
This patch adds esd's loadpci BSP command to CPCI4052 and CPCI405AB board. This requires CONFIG_CMD_BSP and CONFIG_PRAM. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/esd')
-rw-r--r--board/esd/cpci405/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/esd/cpci405/Makefile b/board/esd/cpci405/Makefile
index 3867bd809c..7516c2280e 100644
--- a/board/esd/cpci405/Makefile
+++ b/board/esd/cpci405/Makefile
@@ -29,6 +29,7 @@ endif
LIB = $(obj)lib$(BOARD).a
COBJS = $(BOARD).o flash.o ../common/misc.o ../common/auto_update.o
+COBJS += ../common/cmd_loadpci.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
OpenPOWER on IntegriCloud