diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2010-09-22 15:36:27 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-09-23 21:14:33 +0200 |
commit | 9eda770b460161e6d6112c67cec0f46ec8d44921 (patch) | |
tree | 404ced30ea54bcdb8453bed5bdb7f7932a921a57 | |
parent | 654d49b401603fcd036f3e9fa38c4f9461569ea7 (diff) | |
download | u-boot-imx-9eda770b460161e6d6112c67cec0f46ec8d44921.zip u-boot-imx-9eda770b460161e6d6112c67cec0f46ec8d44921.tar.gz u-boot-imx-9eda770b460161e6d6112c67cec0f46ec8d44921.tar.bz2 |
mpc83xx: extend CONFIG_SYS_BOOTMAPSZ increase to mpc8308_p1m
continuation of commit 39da1ba923d55f316f9f1bb3a960e4ed91dc17ac:
"e300: increase CONFIG_SYS_BOOTMAPSZ to allow booting large kernels"
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
-rw-r--r-- | include/configs/mpc8308_p1m.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mpc8308_p1m.h b/include/configs/mpc8308_p1m.h index 0f8270b..b5a19e4 100644 --- a/include/configs/mpc8308_p1m.h +++ b/include/configs/mpc8308_p1m.h @@ -437,7 +437,7 @@ * have to be in the first 8 MB of memory, since this is * the maximum mapped by the Linux kernel during initialization. */ -#define CONFIG_SYS_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */ +#define CONFIG_SYS_BOOTMAPSZ (256 << 20) /* Initial Memory map for Linux */ /* * Core HID Setup |