diff options
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | 2009-01-02 12:18:49 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2009-01-14 11:20:07 +0100 |
commit | 3ba605d4beec649438539e7df97b5fedb26592fb (patch) | |
tree | d5db27e0be669deb2e147775cb93ba8a41227fc2 /include/configs/CPCI405AB.h | |
parent | 600fe46fb3dab7f07604f9009904f31584415114 (diff) | |
download | u-boot-imx-3ba605d4beec649438539e7df97b5fedb26592fb.zip u-boot-imx-3ba605d4beec649438539e7df97b5fedb26592fb.tar.gz u-boot-imx-3ba605d4beec649438539e7df97b5fedb26592fb.tar.bz2 |
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 'include/configs/CPCI405AB.h')
-rw-r--r-- | include/configs/CPCI405AB.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/CPCI405AB.h b/include/configs/CPCI405AB.h index 2319c58..69c8c6e 100644 --- a/include/configs/CPCI405AB.h +++ b/include/configs/CPCI405AB.h @@ -92,6 +92,7 @@ #define CONFIG_CMD_I2C #define CONFIG_CMD_MII #define CONFIG_CMD_PING +#define CONFIG_CMD_BSP #define CONFIG_CMD_EEPROM @@ -212,6 +213,8 @@ #define CONFIG_SYS_MONITOR_LEN (256 * 1024) /* Reserve 256 kB for Monitor */ #define CONFIG_SYS_MALLOC_LEN (256 * 1024) /* Reserve 256 kB for malloc() */ +#define CONFIG_PRAM 0 /* use pram variable to overwrite */ + /* * For booting Linux, the board info and command line data * have to be in the first 8 MB of memory, since this is |