diff options
author | Tom Rini <trini@konsulko.com> | 2018-02-06 12:15:37 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-14 12:14:13 -0500 |
commit | 7a88afd080a5e248c0cb91aedc74320ca45b72af (patch) | |
tree | f8954f216ecd36481a28d8c78ed359415d5b19c2 /include/configs/T102xQDS.h | |
parent | d8aed6fae8600acae50f412696aa86d722b6cd23 (diff) |
configs: Drop unused CONFIG_SPL_MMC_MINIMAL
The option CONFIG_SPL_MMC_MINIMAL is unused in code, drop it.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/T102xQDS.h')
-rw-r--r-- | include/configs/T102xQDS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T102xQDS.h b/include/configs/T102xQDS.h index 27170e89654..1c74bd6ed04 100644 --- a/include/configs/T102xQDS.h +++ b/include/configs/T102xQDS.h @@ -70,7 +70,6 @@ #ifdef CONFIG_SDCARD #define CONFIG_RESET_VECTOR_ADDRESS 0x200FFC -#define CONFIG_SPL_MMC_MINIMAL #define CONFIG_SYS_MMC_U_BOOT_SIZE (768 << 10) #define CONFIG_SYS_MMC_U_BOOT_DST (0x00200000) #define CONFIG_SYS_MMC_U_BOOT_START (0x00200000) |