summaryrefslogtreecommitdiff
path: root/include/linux/err.h
diff options
context:
space:
mode:
authorFabio Estevam <[email protected]>2019-08-30 13:58:29 -0300
committerStefano Babic <[email protected]>2019-10-08 16:35:59 +0200
commit033f6ea5fa5fce63d52c8c2b63d8284144415b88 (patch)
treedd44ba77e47eb9023254c36408453b12a8a1fd29 /include/linux/err.h
parent31bd001b21272dacdf74e2795323ec10ff887605 (diff)
mx53loco: Fix U-Boot corruption after saving the environment
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 <[email protected]> Signed-off-by: Otavio Salvador <[email protected]>
Diffstat (limited to 'include/linux/err.h')
0 files changed, 0 insertions, 0 deletions