summaryrefslogtreecommitdiff
path: root/include/configs/dragonboard410c.h
diff options
context:
space:
mode:
authorJorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>2017-11-06 14:16:38 +0100
committerTom Rini <trini@konsulko.com>2017-11-17 07:44:13 -0500
commit9a16153834d09372a5768ba499e5411f12801bda (patch)
tree16745a795eb90de44d261887a62af278cc66a7dd /include/configs/dragonboard410c.h
parentc9e87ba66540cf72c164674a71af43853d087ba8 (diff)
configs: dragonboard410c: Save environment data on eMMC
Save the environment data at the end of the boot partition on emmc Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Diffstat (limited to 'include/configs/dragonboard410c.h')
-rw-r--r--include/configs/dragonboard410c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/dragonboard410c.h b/include/configs/dragonboard410c.h
index 6b5d59d363..d2447b27d8 100644
--- a/include/configs/dragonboard410c.h
+++ b/include/configs/dragonboard410c.h
@@ -100,6 +100,7 @@ REFLASH(dragonboard/u-boot.img, 8)\
BOOTENV
#define CONFIG_ENV_SIZE 0x2000
+#define CONFIG_SYS_MMC_ENV_DEV 0 /* mmc0 = emmc, mmc1 = sd */
#define CONFIG_ENV_VARS_UBOOT_CONFIG
/* Size of malloc() pool */