]> git.sur5r.net Git - u-boot/commit
serial: Make full device search optional
authorAlexander Graf <agraf@suse.de>
Mon, 29 Jan 2018 12:57:20 +0000 (13:57 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 29 Jan 2018 13:18:02 +0000 (08:18 -0500)
commitae5326a6b34b34b1827edf2eee1a0e9e5363c5a2
tree7e6938c1a57a812530b8a9a34d7e22298aadabbb
parent06bfb9f37c03335dd5d0547ab7286f2f74fcbcbb
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>
arch/arm/Kconfig
drivers/serial/Kconfig
drivers/serial/serial-uclass.c