Searched hist:"8 fb9eea5653796fea69a45b82cacb6d378a569f0" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | mx6sabre_common.h | 8fb9eea5653796fea69a45b82cacb6d378a569f0 Mon Mar 21 14:00:53 UTC 2016 Fabio Estevam <fabio.estevam@nxp.com> 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>
|