commit | 8fb9eea5653796fea69a45b82cacb6d378a569f0 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Mon Mar 21 11:00:53 2016 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Fri Mar 25 14:02:58 2016 +0100 |
tree | ea7259a4dcbb9d7aea7f4ccaf162806d3df4faef | |
parent | b10d93ee9e56ff1848aaf739d19dd9bd43af4ce9 [diff] |
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>