diff options
Diffstat (limited to 'include/configs/axs10x.h')
-rw-r--r-- | include/configs/axs10x.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/configs/axs10x.h b/include/configs/axs10x.h index 5ecdc76..908b018 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 |