diff options
author | Adam Ford <aford173@gmail.com> | 2017-12-30 07:33:42 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-22 16:43:30 -0500 |
commit | 26410c1517bbb6d6f90de55b5fa65dac3c298bc7 (patch) | |
tree | f8bb6229e5a6041d624cdcbc8b0ae524ab3e2528 /include/configs/ti_armv7_keystone2.h | |
parent | e13a9dc370352000b16905c3abf586e3b9f3c5ef (diff) | |
download | u-boot-26410c1517bbb6d6f90de55b5fa65dac3c298bc7.tar.gz |
Convert CONFIG_DAVINCI_SPI to Kconfig
This converts the following to Kconfig:
CONFIG_DAVINCI_SPI
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs/ti_armv7_keystone2.h')
-rw-r--r-- | include/configs/ti_armv7_keystone2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h index 7fb3aaf46d..bbed17a25f 100644 --- a/include/configs/ti_armv7_keystone2.h +++ b/include/configs/ti_armv7_keystone2.h @@ -78,7 +78,6 @@ #endif /* SPI Configuration */ -#define CONFIG_DAVINCI_SPI #define CONFIG_SYS_SPI_CLK ks_clk_get_rate(KS2_CLK1_6) #define CONFIG_SF_DEFAULT_SPEED 30000000 #define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED |