diff mbox series

[U-Boot] arm: am335x-pdu001: Remove SPI support

Message ID 20190117094042.807-1-fb@ltec.ch
State Accepted
Commit 8f0d44cb3edc75963fa33e9fcda552325b1ac1cc
Delegated to: Tom Rini
Headers show
Series [U-Boot] arm: am335x-pdu001: Remove SPI support | expand

Commit Message

Felix Brack Jan. 17, 2019, 9:40 a.m. UTC
On this board SPI is only used to configure the SoC driving the LC TFT
display which is not used in U-Boot. Hence remove SPI support.

Signed-off-by: Felix Brack <fb@ltec.ch>
---

 configs/am335x_pdu001_defconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini Jan. 19, 2019, 2:53 a.m. UTC | #1
On Thu, Jan 17, 2019 at 10:40:42AM +0100, Felix Brack wrote:

> On this board SPI is only used to configure the SoC driving the LC TFT
> display which is not used in U-Boot. Hence remove SPI support.
> 
> Signed-off-by: Felix Brack <fb@ltec.ch>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/am335x_pdu001_defconfig b/configs/am335x_pdu001_defconfig
index e93c411766..2a8d318e57 100644
--- a/configs/am335x_pdu001_defconfig
+++ b/configs/am335x_pdu001_defconfig
@@ -50,6 +50,5 @@  CONFIG_SPL_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_TPS65910=y
 CONFIG_CONS_INDEX=4
-CONFIG_SPI=y
 # CONFIG_USE_TINY_PRINTF is not set
 # CONFIG_EFI_LOADER is not set