-
- Downloads
mpc83xx: fix the corruption of u-boot when saveenv
Robert P. J. Day has pointed that the value of SYS_MONITOR_LEN in MPC8315ERDB.h is smaller than the u-boot.bin. This will cause the overlap between the code of u-boot and the environment variable. So when executing saveenv, it will corrupt the code of u-boot and causes the board not boot. Fix this for all the mpc83xx boards by reserving a 512K area. 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>
Showing
- include/configs/MPC8308RDB.h 1 addition, 1 deletioninclude/configs/MPC8308RDB.h
- include/configs/MPC8313ERDB.h 1 addition, 1 deletioninclude/configs/MPC8313ERDB.h
- include/configs/MPC8315ERDB.h 1 addition, 1 deletioninclude/configs/MPC8315ERDB.h
- include/configs/MPC8323ERDB.h 1 addition, 1 deletioninclude/configs/MPC8323ERDB.h
- include/configs/MPC832XEMDS.h 1 addition, 1 deletioninclude/configs/MPC832XEMDS.h
- include/configs/MPC8349EMDS.h 1 addition, 1 deletioninclude/configs/MPC8349EMDS.h
- include/configs/MPC8349ITX.h 1 addition, 1 deletioninclude/configs/MPC8349ITX.h
- include/configs/MPC837XEMDS.h 1 addition, 1 deletioninclude/configs/MPC837XEMDS.h
- include/configs/MPC837XERDB.h 1 addition, 1 deletioninclude/configs/MPC837XERDB.h
Please register or sign in to comment