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/configs/CPCI4052.h | |
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/configs/CPCI4052.h')
-rw-r--r-- | include/configs/CPCI4052.h | 2 |
1 files changed, 2 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 |