summaryrefslogtreecommitdiff
path: root/include/configs/cm_t54.h
diff options
context:
space:
mode:
authorDmitry Lifshitz <lifshitz@compulab.co.il>2014-04-27 10:18:48 (GMT)
committerTom Rini <trini@ti.com>2014-05-23 23:40:39 (GMT)
commit1c8c36f57142a13eb03d783ff763391253d654ab (patch)
treed783aaa9a4ae436c481a63d06c9d369ad4b38e45 /include/configs/cm_t54.h
parenta9375f3328135d651d7500df3e4c43432e5db133 (diff)
downloadu-boot-1c8c36f57142a13eb03d783ff763391253d654ab.tar.xz
cm-t54: add environment partition runtime detection
Add environment partition runtime detection callback. Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il> Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'include/configs/cm_t54.h')
-rw-r--r--include/configs/cm_t54.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/cm_t54.h b/include/configs/cm_t54.h
index 5e805c4..db04095 100644
--- a/include/configs/cm_t54.h
+++ b/include/configs/cm_t54.h
@@ -49,6 +49,7 @@
#define CONFIG_ENV_IS_IN_MMC
#define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */
+#define CONFIG_SYS_MMC_ENV_PART 0
#define CONFIG_ENV_OFFSET 0xc0000 /* (in bytes) 768 KB */
#define CONFIG_ENV_SIZE (16 << 10) /* 16 KB */
#define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)