]> git.ipfire.org Git - people/ms/u-boot.git/commit
mx6sabre_common: Fix U-Boot corruption after 'saveenv'
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 21 Mar 2016 14:00:53 +0000 (11:00 -0300)
committerStefano Babic <sbabic@denx.de>
Fri, 25 Mar 2016 13:02:58 +0000 (14:02 +0100)
commit8fb9eea5653796fea69a45b82cacb6d378a569f0
treeea7259a4dcbb9d7aea7f4ccaf162806d3df4faef
parentb10d93ee9e56ff1848aaf739d19dd9bd43af4ce9
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: Fabio Estevam <fabio.estevam@nxp.com>
include/configs/mx6sabre_common.h