Skip to content
Snippets Groups Projects
Commit 16c8c170 authored by Kevin Hao's avatar Kevin Hao Committed by York Sun
Browse files

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: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: default avatarKevin Hao <kexin.hao@windriver.com>
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent 7f25fdc7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment