summaryrefslogtreecommitdiff
path: root/include/configs/socfpga_mcvevk.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-09-24 12:28:06 -0400
committerTom Rini <trini@konsulko.com>2015-09-24 12:28:06 -0400
commitd0f30211e9823694c1c2c79f471dbe9d498a40fd (patch)
treeb1bebced9f2d35ec37066cd382d2c46606199864 /include/configs/socfpga_mcvevk.h
parent7bb839d672ed3b28c7740429df4a307482868c5b (diff)
parentaad604aef36e90bd42b4ce1969960f3427be4a7a (diff)
downloadu-boot-imx-d0f30211e9823694c1c2c79f471dbe9d498a40fd.zip
u-boot-imx-d0f30211e9823694c1c2c79f471dbe9d498a40fd.tar.gz
u-boot-imx-d0f30211e9823694c1c2c79f471dbe9d498a40fd.tar.bz2
Merge git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'include/configs/socfpga_mcvevk.h')
-rw-r--r--include/configs/socfpga_mcvevk.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/socfpga_mcvevk.h b/include/configs/socfpga_mcvevk.h
index c5b4b4c..65816a0 100644
--- a/include/configs/socfpga_mcvevk.h
+++ b/include/configs/socfpga_mcvevk.h
@@ -43,6 +43,12 @@
#define CONFIG_LOADADDR 0x01000000
#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
+/* 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
#define CONFIG_USB_DWC2_REG_ADDR SOCFPGA_USB1_ADDRESS