diff options
Diffstat (limited to 'include/configs/vf610twr.h')
-rw-r--r-- | include/configs/vf610twr.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h index 20a03cff63..fd4c749d96 100644 --- a/include/configs/vf610twr.h +++ b/include/configs/vf610twr.h @@ -173,10 +173,6 @@ #define CONFIG_SYS_INIT_SP_ADDR \ (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET) -#ifdef CONFIG_ENV_IS_IN_MMC -#define CONFIG_SYS_MMC_ENV_DEV 0 -#endif - #ifdef CONFIG_ENV_IS_IN_NAND #define CONFIG_ENV_RANGE (512 * 1024) #endif |