summaryrefslogtreecommitdiff
path: root/include/configs/MPC8349EMDS.h
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2016-07-08 03:25:15 (GMT)
committerYork Sun <york.sun@nxp.com>2016-07-21 18:08:58 (GMT)
commit63865278dae47ad19527d9f9b6e0dad6cb01f401 (patch)
tree1cb352cf0eacec77ac67f97ef2a6ae156a689d70 /include/configs/MPC8349EMDS.h
parent16c8c1709dcd5839e9099be44b149cf906a0bac7 (diff)
downloadu-boot-63865278dae47ad19527d9f9b6e0dad6cb01f401.tar.xz
mpc83xx: make it bootable with the latest kernel
Due to the blow up of the latest kernel size, the default gnuzip size (8M) seems too small. The yocto kernel size I built for mpc8315erdb board is 5294393, and it can't be boot by using the latest u-boot. So expand gnuzip buffer for all the mpc83xx boards to fix this issue. Robert P. J. Day also pointed that the kernel partition on the NAND flash is also too small, fix it at the same time. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/MPC8349EMDS.h')
-rw-r--r--include/configs/MPC8349EMDS.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8349EMDS.h b/include/configs/MPC8349EMDS.h
index 0c44097..a2fa783 100644
--- a/include/configs/MPC8349EMDS.h
+++ b/include/configs/MPC8349EMDS.h
@@ -508,6 +508,7 @@
*/
/* Initial Memory map for Linux*/
#define CONFIG_SYS_BOOTMAPSZ (256 << 20)
+#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
#define CONFIG_SYS_RCWH_PCIHOST 0x80000000 /* PCIHOST */