diff options
author | Wolfgang Denk <wd@denx.de> | 2009-01-16 09:17:53 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-01-16 09:17:53 +0100 |
commit | e62dea46aaf45cc3da0f1fa20d1dab00218f5ed5 (patch) | |
tree | b921f53c002e879bb066e8e072aac4cfc6746183 /include | |
parent | 0e3ece33801e377be67ffa29f083421ad820f28b (diff) | |
parent | 3ba605d4beec649438539e7df97b5fedb26592fb (diff) | |
download | u-boot-imx-e62dea46aaf45cc3da0f1fa20d1dab00218f5ed5.zip u-boot-imx-e62dea46aaf45cc3da0f1fa20d1dab00218f5ed5.tar.gz u-boot-imx-e62dea46aaf45cc3da0f1fa20d1dab00218f5ed5.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/CPCI4052.h | 2 | ||||
-rw-r--r-- | include/configs/CPCI405AB.h | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/CPCI4052.h b/include/configs/CPCI4052.h index e231fa7..d0b4d11 100644 --- a/include/configs/CPCI4052.h +++ b/include/configs/CPCI4052.h @@ -216,6 +216,8 @@ #define CONFIG_SYS_MONITOR_LEN (256 * 1024) /* Reserve 256 kB for Monitor */ #define CONFIG_SYS_MALLOC_LEN (128 * 1024) /* Reserve 128 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 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 |