
Hi,
Robert P. J. Day reported that the latest u-boot can't work on mpc8315erdb board. There are two bugs in the config of this board. This patch series tries to fix these two issue for all the mpc83xx boards. Only run test on mpc8315erdb board. Just build test for other boards.
Kevin Hao (2): mpc83xx: fix the corruption of u-boot when saveenv mpc83xx: make it bootable with the latest kernel
include/configs/MPC8308RDB.h | 3 ++- include/configs/MPC8313ERDB.h | 5 +++-- include/configs/MPC8315ERDB.h | 5 +++-- include/configs/MPC8323ERDB.h | 3 ++- include/configs/MPC832XEMDS.h | 3 ++- include/configs/MPC8349EMDS.h | 3 ++- include/configs/MPC8349ITX.h | 3 ++- include/configs/MPC837XEMDS.h | 3 ++- include/configs/MPC837XERDB.h | 3 ++- 9 files changed, 20 insertions(+), 11 deletions(-)