summaryrefslogtreecommitdiff
path: root/include/configs/socfpga_mcvevk.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-09-24 07:06:06 (GMT)
committerMarek Vasut <marex@denx.de>2015-09-24 07:07:58 (GMT)
commitaad604aef36e90bd42b4ce1969960f3427be4a7a (patch)
tree47914d22183f9cd9afeeffb13e8c3306125d3505 /include/configs/socfpga_mcvevk.h
parent68a3e32b722261d07cf7325ea86275bf4e3b8917 (diff)
downloadu-boot-aad604aef36e90bd42b4ce1969960f3427be4a7a.tar.xz
arm: socfpga: Enable env support on MCV
Enable support for env in eMMC on MCV SoM. Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/configs/socfpga_mcvevk.h')
-rw-r--r--include/configs/socfpga_mcvevk.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/socfpga_mcvevk.h b/include/configs/socfpga_mcvevk.h
index ed9b5cc..65816a0 100644
--- a/include/configs/socfpga_mcvevk.h
+++ b/include/configs/socfpga_mcvevk.h
@@ -43,7 +43,11 @@
#define CONFIG_LOADADDR 0x01000000
#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
-#define CONFIG_ENV_IS_NOWHERE
+/* Environment is in MMC */
+#define CONFIG_ENV_OVERWRITE
+#define CONFIG_ENV_IS_IN_MMC
+#define CONFIG_SYS_MMC_ENV_DEV 0 /* device 0 */
+#define CONFIG_ENV_OFFSET 512 /* just after the MBR */
/* USB */
#ifdef CONFIG_CMD_USB