summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Brack <fb@ltec.ch>2019-01-17 10:40:42 +0100
committerTom Rini <trini@konsulko.com>2019-01-18 13:40:35 -0500
commit8f0d44cb3edc75963fa33e9fcda552325b1ac1cc (patch)
tree9c5a5444b8e811beba3800b9cc58256430c66424
parenta645831ca0962532660e4db3155a8be85e5ca312 (diff)
arm: am335x-pdu001: Remove SPI support
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>
-rw-r--r--configs/am335x_pdu001_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/am335x_pdu001_defconfig b/configs/am335x_pdu001_defconfig
index e93c4117665..2a8d318e570 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