summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2017-06-01 14:09:38 (GMT)
committerAlexey Brodkin <abrodkin@synopsys.com>2017-06-29 16:34:10 (GMT)
commitef41e9d33e1ba524ef4bb0919959e2db92a2547c (patch)
treea1d45d145f5456b4270b42995fcf2823f559efd9 /include
parentc2a7ee226d38e943a5643b244f4190458e67b064 (diff)
downloadu-boot-ef41e9d33e1ba524ef4bb0919959e2db92a2547c.tar.xz
axs10x: Move environment from I2C EEPROM to SD-card
With deprecation of I2C EEPROM we we left without a permamnent storage for U-Boot environment, but luckily we may simply use SD-card with FAT partition for that. Having environment on SD-card is much more convenient as it allows us to preserve all the settings when moving from one board to another. Moreover instead of 256 bytes of EEPROM we're now virtually unlimited in stuff being placed in environment like complicated scripts etc which are usually required in case of full-scale distros. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/axs10x.h9
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