diff options
Diffstat (limited to 'include/configs/ls1043ardb.h')
-rw-r--r-- | include/configs/ls1043ardb.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/ls1043ardb.h b/include/configs/ls1043ardb.h index a3f47c37ac..84b83e6259 100644 --- a/include/configs/ls1043ardb.h +++ b/include/configs/ls1043ardb.h @@ -241,15 +241,6 @@ * Environment */ -#ifdef CONFIG_TFABOOT -#define CONFIG_SYS_MMC_ENV_DEV 0 -#else -#if defined(CONFIG_NAND_BOOT) -#elif defined(CONFIG_SD_BOOT) -#define CONFIG_SYS_MMC_ENV_DEV 0 -#endif -#endif - /* FMan */ #ifndef SPL_NO_FMAN #define AQR105_IRQ_MASK 0x40000000 |