diff options
author | Scott Wood <scottwood@freescale.com> | 2015-04-15 16:13:48 -0500 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-04-20 10:15:30 -0700 |
commit | 221fbd229c0981feca0c6ca99fff3315197d0f86 (patch) | |
tree | 72d7c5da2d2b9412fd7fc92c5043943ac309124f /include/configs/mx53ard.h | |
parent | 747aedafa0f1364eba4878bdf399c438c4fb02b0 (diff) | |
download | u-boot-imx-221fbd229c0981feca0c6ca99fff3315197d0f86.zip u-boot-imx-221fbd229c0981feca0c6ca99fff3315197d0f86.tar.gz u-boot-imx-221fbd229c0981feca0c6ca99fff3315197d0f86.tar.bz2 |
powerpc/mpc8641hpcn: Move environment to avoid conflict
U-Boot on this board grew a long time ago past the 384 KiB that
it reserves for the U-Boot image, before the environment. Thus,
saveenv overwrites the U-Boot image and bricks the board.
I tried to find out when U-Boot grew beyond this point, but there is a
long stretch in the history where this board did not build -- and
AFAICT when it did fit in 384 KiB, it was missing vital features such
as fdt support. Turning off CONFIG_VIDEO was not enough to make it
fit. Thus, I don't think we have any choice other than to move the
environment.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/mx53ard.h')
0 files changed, 0 insertions, 0 deletions