summaryrefslogtreecommitdiff
path: root/include/configs/mt7623.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-01-18 13:40:41 -0500
committerTom Rini <trini@konsulko.com>2019-01-18 13:40:41 -0500
commitc4d323793ba2e0616d93ca104e1e2b9a9fbccf9b (patch)
treea79b7b8282e29e820022d037b6f6f2c1d5d52c0d /include/configs/mt7623.h
parentf83ef0dac83110d20389eb71f09285f009f3d198 (diff)
parent3d5931e5986a49c44cdab845c6751d845812e8d8 (diff)
downloadu-boot-c4d323793ba2e0616d93ca104e1e2b9a9fbccf9b.tar.gz
Merge branch '2019-01-18-master-imports'
- Bugfix for SPI environment optimization - Spelling fixes - Remove some defconfigs per various maintainers - Minor db410, bananapi r2 fixes - Bump QEMU to v3.1.0 for most platforms
Diffstat (limited to 'include/configs/mt7623.h')
-rw-r--r--include/configs/mt7623.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mt7623.h b/include/configs/mt7623.h
index 5129c83da8..e449364ad4 100644
--- a/include/configs/mt7623.h
+++ b/include/configs/mt7623.h
@@ -58,4 +58,7 @@
#define CONFIG_IPADDR 192.168.1.1
#define CONFIG_SERVERIP 192.168.1.2
+#define CONFIG_SYS_MMC_ENV_DEV 0
+#define CONFIG_ENV_OFFSET 0x100000
+
#endif