diff --git a/include/configs/axs10x.h b/include/configs/axs10x.h index 5ecdc764ac..908b018800 100644 --- a/include/configs/axs10x.h +++ b/include/configs/axs10x.h @@ -75,9 +75,12 @@ /* * Environment settings */ -#define CONFIG_ENV_IS_NOWHERE -#define CONFIG_ENV_SIZE SZ_512 -#define CONFIG_ENV_OFFSET 0 +#define CONFIG_ENV_IS_IN_FAT +#define CONFIG_ENV_SIZE SZ_16K +#define FAT_ENV_INTERFACE "mmc" +#define FAT_ENV_DEVICE_AND_PART "0:1" +#define FAT_ENV_FILE "uboot.env" +#define CONFIG_FAT_WRITE /* * Environment configuration