Skip to content

disable the saveenv command

Even when u-boot comes from the SD-Card it loads environment variables from emmc. This means that if somebody accidentally calls "saveenv" with the wrong environment variables, then there is no easy way to make u-boot work again and even a freshly flashed SD-Card will fail to work. If somebody really needs "saveenv" then they can recompile u-boot with CONFIG_CMD_SAVEENV enabled.

Merge request reports