summaryrefslogtreecommitdiff
path: root/include/configs/dragonboard410c.h
diff options
context:
space:
mode:
authorRamon Fried <ramon.fried@gmail.com>2018-06-14 07:04:40 +0300
committerTom Rini <trini@konsulko.com>2018-06-19 07:31:46 -0400
commitb53777d28f05faa8a88ae345cf2155a24d5da255 (patch)
treef468037dea62685fd1dcc54e2cbd0c9cbb79233d /include/configs/dragonboard410c.h
parent20b016a33665f7b3ff875b4b7063180eb955f092 (diff)
configs: db410c: Set eMMC env partition to BOOT2
BOOT2 partition is empty and free for using to store the environment. Use that instead of the default user partition. Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
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 86fa735470..46a7179f1b 100644
--- a/include/configs/dragonboard410c.h
+++ b/include/configs/dragonboard410c.h
@@ -94,6 +94,7 @@ REFLASH(dragonboard/u-boot.img, 8)\
#define CONFIG_ENV_SIZE 0x2000
#define CONFIG_SYS_MMC_ENV_DEV 0 /* mmc0 = emmc, mmc1 = sd */
+#define CONFIG_SYS_MMC_ENV_PART 2 /* Set env partition to BOOT2 partition */
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + SZ_8M)