diff options
author | Adam Ford <aford173@gmail.com> | 2017-07-27 03:25:30 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-13 19:17:10 (GMT) |
commit | ebb3e43de4cf85e56c6ce6b3c6be98f654acfb19 (patch) | |
tree | a06e836f607db42ec56c5eab7495d1ae2bad34f3 /include/configs/cm_t3517.h | |
parent | a41e3e1480a189104ab0bbfda70c4eb5bc2c59e1 (diff) | |
download | u-boot-fsl-qoriq-ebb3e43de4cf85e56c6ce6b3c6be98f654acfb19.tar.xz |
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_t3517.h')
-rw-r--r-- | include/configs/cm_t3517.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h index 5821183..3a9fd2a 100644 --- a/include/configs/cm_t3517.h +++ b/include/configs/cm_t3517.h @@ -249,8 +249,6 @@ #define CONFIG_BMP_16BPP #define CONFIG_SCF0403_LCD -#define CONFIG_OMAP3_SPI - /* EEPROM */ #define CONFIG_ENV_EEPROM_IS_ON_I2C #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 |