diff options
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | 2014-04-27 13:18:48 +0300 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-23 19:40:39 -0400 |
commit | 1c8c36f57142a13eb03d783ff763391253d654ab (patch) | |
tree | d783aaa9a4ae436c481a63d06c9d369ad4b38e45 /include/configs/cm_t54.h | |
parent | a9375f3328135d651d7500df3e4c43432e5db133 (diff) | |
download | u-boot-imx-1c8c36f57142a13eb03d783ff763391253d654ab.zip u-boot-imx-1c8c36f57142a13eb03d783ff763391253d654ab.tar.gz u-boot-imx-1c8c36f57142a13eb03d783ff763391253d654ab.tar.bz2 |
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.h | 1 |
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) |