]> git.baikalelectronics.ru Git - uboot.git/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)
commit74efcb311558377fc7129df0c54d74ecdf66b310
tree7e6938c1a57a812530b8a9a34d7e22298aadabbb
parentf754ee60ddbdbde10ce34549f1b970c4a674b80a
serial: Make full device search optional

Commit a53b42c1fe4bb882 ("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: a53b42c1fe4bb882 ("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