]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/MPC8323ERDB.h
mpc83xx: make it bootable with the latest kernel
authorKevin Hao <kexin.hao@windriver.com>
Fri, 8 Jul 2016 03:25:15 +0000 (11:25 +0800)
committerYork Sun <york.sun@nxp.com>
Thu, 21 Jul 2016 18:08:58 +0000 (11:08 -0700)
commit63865278dae47ad19527d9f9b6e0dad6cb01f401
tree1cb352cf0eacec77ac67f97ef2a6ae156a689d70
parent16c8c1709dcd5839e9099be44b149cf906a0bac7
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>
include/configs/MPC8308RDB.h
include/configs/MPC8313ERDB.h
include/configs/MPC8315ERDB.h
include/configs/MPC8323ERDB.h
include/configs/MPC832XEMDS.h
include/configs/MPC8349EMDS.h
include/configs/MPC8349ITX.h
include/configs/MPC837XEMDS.h
include/configs/MPC837XERDB.h