Skip to content
Snippets Groups Projects
Commit 8fb9eea5 authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

mx6sabre_common: Fix U-Boot corruption after 'saveenv'


Booting mx6qp sabreauto board and then doing:

=> saveenv
=> reset

, causes a system hang.

This happens because the size of the U-Boot binary is larger than
CONFIG_ENV_OFFSET.

Fix this problem by increasing CONFIG_ENV_OFFSET, so that the U-boot binary
and the environment variables region do not overlap.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
parent b10d93ee
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