summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8572DS.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-04-28 10:13:41 -0500
committerKumar Gala <galak@kernel.crashing.org>2011-04-29 07:36:18 -0500
commita832ac4107b1d774fb2c1f6b585df51604cd7a69 (patch)
tree81c68a07cfe0684bd84dd0b2259890864e711713 /include/configs/MPC8572DS.h
parent9b6e9d1c13e2a1ed8b508eecaaf4ed462a82cfd6 (diff)
downloadtalos-obmc-uboot-a832ac4107b1d774fb2c1f6b585df51604cd7a69.tar.gz
talos-obmc-uboot-a832ac4107b1d774fb2c1f6b585df51604cd7a69.zip
powerpc/85xx: Bump up the CONFIG_SYS_BOOTM_LEN to 64M on FSL 85xx boards
CONFIG_SYS_BOOTMAPSZ has been 64M on these boards for some time so we should also allow the kernel image to be up to 64M decompressed. This also matches what we pass to the OS based on the ePAPR specification. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/MPC8572DS.h')
-rw-r--r--include/configs/MPC8572DS.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h
index d93185c8a2..bb8fb669c3 100644
--- a/include/configs/MPC8572DS.h
+++ b/include/configs/MPC8572DS.h
@@ -708,11 +708,11 @@
/*
* For booting Linux, the board info and command line data
- * have to be in the first 16 MB of memory, since this is
+ * have to be in the first 64 MB of memory, since this is
* the maximum mapped by the Linux kernel during initialization.
*/
-#define CONFIG_SYS_BOOTMAPSZ (16 << 20) /* Initial Memory map for Linux*/
-#define CONFIG_SYS_BOOTM_LEN (16 << 20) /* Increase max gunzip size */
+#define CONFIG_SYS_BOOTMAPSZ (64 << 20) /* Initial Memory map for Linux*/
+#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
#if defined(CONFIG_CMD_KGDB)
#define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */
OpenPOWER on IntegriCloud