]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/cm_t54.h
cm-t54: add environment partition runtime detection
[karo-tx-uboot.git] / include / configs / cm_t54.h
index 5e805c401930bd9890e9f9fffd67c607d1178fba..db0409534edf75471c28d5ca4271b4133e051018 100644 (file)
@@ -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)