diff options
| -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 0f8270b3a..b5a19e4a8 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 |