diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-12 23:18:46 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 17:27:13 -0400 |
commit | 95689da5a7301e7727d58e9f44e990d4aa18ea1c (patch) | |
tree | 1f1e5114a44e016c2cf0946834eb09c27af849b5 /include/configs/devkit8000.h | |
parent | 989e1ced53c4a8779667312220c5f4d77d7b72df (diff) | |
download | u-boot-imx-95689da5a7301e7727d58e9f44e990d4aa18ea1c.zip u-boot-imx-95689da5a7301e7727d58e9f44e990d4aa18ea1c.tar.gz u-boot-imx-95689da5a7301e7727d58e9f44e990d4aa18ea1c.tar.bz2 |
Convert CONFIG_SPL_MTD_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/devkit8000.h')
-rw-r--r-- | include/configs/devkit8000.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index 5112ef3..d17cdbb 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/devkit8000.h @@ -199,7 +199,6 @@ #define CONFIG_SYS_SRAM_SIZE 0x10000 /* Defines for SPL */ -#undef CONFIG_SPL_MTD_SUPPORT #undef CONFIG_SPL_TEXT_BASE #define CONFIG_SPL_TEXT_BASE 0x40200000 /*CONFIG_SYS_SRAM_START*/ |