]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mvebu: env_sf_get_env_addr() missing check for CONFIG_ENV_IS_IN_SPI_FLASH
authorTony Dinh <mibodhi@gmail.com>
Thu, 6 Jun 2024 00:12:01 +0000 (17:12 -0700)
committerStefan Roese <sr@denx.de>
Mon, 8 Jul 2024 06:19:57 +0000 (08:19 +0200)
commit061dcf16f3f5def71fd5c1ced53850894b28085b
tree06677092a07c7732660638d845438c8f683924a5
parentd901c9b8d69e2036c3e991e0364b5eb008788a32
arm: mvebu: env_sf_get_env_addr() missing check for CONFIG_ENV_IS_IN_SPI_FLASH

The CONFIG_ENV_OFFSET is undefined if boot device is UART
(CONFIG_MVEBU_SPL_BOOT_DEVICE_UART), or envs are not stored on flash
(CONFIG_ENV_IS_NOWHERE). Check for CONFIG_ENV_IS_IN_SPI_FLASH as the first
condition to determine whether env_sf_get_env_addr() should be provided.

Signed-off-by: Tony Dinh <mibodhi@gmail.com>
arch/arm/mach-mvebu/cpu.c