diff options
author | Adam Ford <aford173@gmail.com> | 2017-07-26 22:25:30 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-13 15:17:10 -0400 |
commit | ebb3e43de4cf85e56c6ce6b3c6be98f654acfb19 (patch) | |
tree | a06e836f607db42ec56c5eab7495d1ae2bad34f3 /include/configs/cl-som-am57x.h | |
parent | a41e3e1480a189104ab0bbfda70c4eb5bc2c59e1 (diff) | |
download | u-boot-ebb3e43de4cf85e56c6ce6b3c6be98f654acfb19.zip u-boot-ebb3e43de4cf85e56c6ce6b3c6be98f654acfb19.tar.gz u-boot-ebb3e43de4cf85e56c6ce6b3c6be98f654acfb19.tar.bz2 |
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/cl-som-am57x.h')
-rw-r--r-- | include/configs/cl-som-am57x.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/cl-som-am57x.h b/include/configs/cl-som-am57x.h index 49db5a9..3aaa82c 100644 --- a/include/configs/cl-som-am57x.h +++ b/include/configs/cl-som-am57x.h @@ -29,8 +29,6 @@ #define CONFIG_SYS_SPD_BUS_NUM 3 /* SPI Flash support */ -#undef CONFIG_OMAP3_SPI - #define CONFIG_TI_SPI_MMAP #define CONFIG_SF_DEFAULT_SPEED 48000000 #define CONFIG_DEFAULT_SPI_MODE SPI_MODE_3 |