diff options
author | Adam Ford | 2017-07-26 22:25:30 -0500 |
---|---|---|
committer | Tom Rini | 2017-08-13 15:17:10 -0400 |
commit | ebb3e43de4cf85e56c6ce6b3c6be98f654acfb19 (patch) | |
tree | a06e836f607db42ec56c5eab7495d1ae2bad34f3 /include/configs/cm_t335.h | |
parent | a41e3e1480a189104ab0bbfda70c4eb5bc2c59e1 (diff) |
Convert CONFIG_OMAP3_SPI to Kconfig
This converts the following to Kconfig:
CONFIG_OMAP3_SPI
Signed-off-by: Adam Ford <aford173@gmail.com>
[trini: Minor comment tweaks]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/cm_t335.h')
-rw-r--r-- | include/configs/cm_t335.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cm_t335.h b/include/configs/cm_t335.h index 47c0b253f22..df81f7d78e7 100644 --- a/include/configs/cm_t335.h +++ b/include/configs/cm_t335.h @@ -16,7 +16,6 @@ #include <configs/ti_am335x_common.h> #undef CONFIG_SPI -#undef CONFIG_OMAP3_SPI #undef CONFIG_BOOTCOUNT_LIMIT #undef CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC |