]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: visionfive2: Disable ENV_IS_NOWHERE
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 27 Jan 2024 13:48:45 +0000 (14:48 +0100)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 31 Jan 2024 08:52:38 +0000 (16:52 +0800)
commit386db9a26b454d33b688fbe811289daaa22466af
tree5cba35bae320f7d613d12b56bba4009e3ac7ec8d
parentee9f9d6a41957d03ab414c0d86d68224693e1761
configs: visionfive2: Disable ENV_IS_NOWHERE

The VisionFive 2 board supports saving the u-boot environment settings
are saved to on-board SPI flash. However the defconfig enables both
ENV_IS_NOWHERE and ENV_IS_IN_SPI_FLASH, preventing the "saveenv" command
to work. Fix that by disabling ENV_IS_NOWHERE.

Fixes: 7d79bed00c9e ("configs: starfive: Enable environment in SPI flash support")
Reported-by: E Shattow <lucent@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
configs/starfive_visionfive2_defconfig