diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-12 23:18:34 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 17:27:08 -0400 |
commit | d3662dff78e94d8d836fc61b84ce46fef91b9aa7 (patch) | |
tree | 0368152453418fd1d0d2599a51b0219733051627 /include/configs/rk3288_common.h | |
parent | 86bb5bab0b1e0e10e43c736e6af5f90d9ec2d581 (diff) |
Convert CONFIG_SPL_DRIVERS_MISC_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/rk3288_common.h')
-rw-r--r-- | include/configs/rk3288_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index 49f35a68b08..300d457264c 100644 --- a/include/configs/rk3288_common.h +++ b/include/configs/rk3288_common.h @@ -24,7 +24,6 @@ #define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMER_BASE + 8) #define CONFIG_SPL_FRAMEWORK -#define CONFIG_SPL_DRIVERS_MISC_SUPPORT #define CONFIG_SPL_LIBCOMMON_SUPPORT #define CONFIG_SPL_LIBGENERIC_SUPPORT #define CONFIG_SPL_SERIAL_SUPPORT @@ -67,7 +66,6 @@ #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" #define CONFIG_SPL_PINCTRL_SUPPORT -#define CONFIG_SPL_DRIVERS_MISC_SUPPORT #define CONFIG_SYS_SDRAM_BASE 0 #define CONFIG_NR_DRAM_BANKS 1 |