summaryrefslogtreecommitdiffstats
path: root/configs/pico-imx6ul_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2019-09-12 11:15:54 -0300
committerStefano Babic <sbabic@denx.de>2019-10-08 16:35:59 +0200
commit831824c0a795286f4ba2a83c4eefb2162c054f2b (patch)
tree19253e25ba2935c58457dff158903bcd6832a8d3 /configs/pico-imx6ul_defconfig
parent998800108928873d83d2da243623c937510fc3ef (diff)
downloadu-boot-831824c0a795286f4ba2a83c4eefb2162c054f2b.tar.gz
u-boot-831824c0a795286f4ba2a83c4eefb2162c054f2b.tar.xz
u-boot-831824c0a795286f4ba2a83c4eefb2162c054f2b.zip
pico-imx6ul: Increase the CONFIG_ENV_OFFSET size
U-Boot binary has grown in such a way that it goes beyond the reserved area for the environment variables. Running "saveenv" causes U-Boot to hang because of this overlap. Fix this problem by increasing the CONFIG_ENV_OFFSET size. Also, in order to prevent this same problem in the future, use CONFIG_BOARD_SIZE_LIMIT, which will detect the overlap in build-time. CONFIG_BOARD_SIZE_LIMIT does not accept math expressions, so declare CONFIG_ENV_OFFSET with its direct value instead. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'configs/pico-imx6ul_defconfig')
0 files changed, 0 insertions, 0 deletions