summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2018-01-29 15:57:20 +0300
committerTom Rini <trini@konsulko.com>2018-01-29 16:18:02 +0300
commitae5326a6b34b34b1827edf2eee1a0e9e5363c5a2 (patch)
tree7e6938c1a57a812530b8a9a34d7e22298aadabbb /arch
parent06bfb9f37c03335dd5d0547ab7286f2f74fcbcbb (diff)
downloadu-boot-ae5326a6b34b34b1827edf2eee1a0e9e5363c5a2.tar.xz
serial: Make full device search optional
Commit 608b0c4ad4e5ec0c ("serial: Use next serial device if probing fails") added code to search for more serial devices if the default one was not probed correctly. Unfortunately, that breaks omap3_evm. So while investigating why that is the case, let's disable the full search for everyone but bcm283x where it is needed. Fixes: 608b0c4ad4e5ec0c ("serial: Use next serial device if probing fails") Reported-by: Derald D. Woods <woods.technical@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 30a6f6dc53..a423aa9629 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -550,6 +550,7 @@ config ARCH_BCM283X
select DM_GPIO
select OF_CONTROL
select PL01X_SERIAL
+ select SERIAL_SEARCH_ALL
imply FAT_WRITE
config TARGET_VEXPRESS_CA15_TC2