board: zynqmp: allow env in fat/ext when booting out of qspi
Allow saving the environment in fat and in ext4 when bootmode is qspi. Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Neal Frager <neal.frager@amd.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/20260106123729.1483656-1-neal.frager@amd.com
This commit is contained in:
committed by
Michal Simek
parent
e55a57715d
commit
7a2764721a
@@ -628,6 +628,10 @@ enum env_location env_get_location(enum env_operation op, int prio)
|
||||
case QSPI_MODE_32BIT:
|
||||
if (IS_ENABLED(CONFIG_ENV_IS_IN_SPI_FLASH))
|
||||
return ENVL_SPI_FLASH;
|
||||
if (IS_ENABLED(CONFIG_ENV_IS_IN_FAT))
|
||||
return ENVL_FAT;
|
||||
if (IS_ENABLED(CONFIG_ENV_IS_IN_EXT4))
|
||||
return ENVL_EXT4;
|
||||
return ENVL_NOWHERE;
|
||||
case JTAG_MODE:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user