diff options
author | Matthias Fuchs | 2009-01-02 12:18:49 +0100 |
---|---|---|
committer | Stefan Roese | 2009-01-14 11:20:07 +0100 |
commit | 3ba605d4beec649438539e7df97b5fedb26592fb (patch) | |
tree | d5db27e0be669deb2e147775cb93ba8a41227fc2 /board/esd/cpci405 | |
parent | 600fe46fb3dab7f07604f9009904f31584415114 (diff) |
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/cpci405')
-rw-r--r-- | board/esd/cpci405/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/esd/cpci405/Makefile b/board/esd/cpci405/Makefile index 3867bd809c3..7516c2280e8 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)) |