commit | c7f0a5faae59030da867284562f978147b7acaac | [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 | 2302357ea1b90ce657f6e1a34f573410e9d92679 [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>