summaryrefslogtreecommitdiffstats
path: root/include/configs/gplugd.h
diff options
context:
space:
mode:
authorAjay Bhargav <[ajay.bhargav@einfochips.com]>2011-10-03 14:00:58 +0530
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-10-27 21:56:33 +0200
commitb5de038f159541404d89c358a4d77211b715f0f3 (patch)
treed1b112e99dfb71dd8eb367d1fd9580c9a0957e8a /include/configs/gplugd.h
parent2f83cd57b67504f0c254f31862dfcc9baf791a3a (diff)
downloadblackbird-obmc-uboot-b5de038f159541404d89c358a4d77211b715f0f3.tar.gz
blackbird-obmc-uboot-b5de038f159541404d89c358a4d77211b715f0f3.zip
Armada100: Add env storage support for Marvell gplugD
This patch adds support for envrionment varaible storage in SPI flash for Marvell gplugD. Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com>
Diffstat (limited to 'include/configs/gplugd.h')
-rw-r--r--include/configs/gplugd.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/include/configs/gplugd.h b/include/configs/gplugd.h
index 35ecdb535d..24bf7675d6 100644
--- a/include/configs/gplugd.h
+++ b/include/configs/gplugd.h
@@ -115,7 +115,13 @@
/*
* Environment variables configurations
*/
-#define CONFIG_ENV_IS_NOWHERE 1 /* if env in SDRAM */
-#define CONFIG_ENV_SIZE 0x20000 /* 64k */
+#define CONFIG_ENV_IS_IN_SPI_FLASH
+#define CONFIG_ENV_SECT_SIZE 0x4000
+#define CONFIG_ENV_SIZE 0x4000
+#define CONFIG_ENV_OFFSET 0x07C000
+
+#define CONFIG_CMD_ASKENV
+#define CONFIG_CMD_EDITENV
+#define CONFIG_CMD_SAVEENV
#endif /* __CONFIG_GPLUGD_H */
OpenPOWER on IntegriCloud