]> git.sur5r.net Git - u-boot/commit
rpi: Determine PL011/Mini-UART availability at runtime
authorAlexander Graf <agraf@suse.de>
Thu, 25 Jan 2018 11:05:45 +0000 (12:05 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 28 Jan 2018 17:27:33 +0000 (12:27 -0500)
commit71fc2e1459cae1ee544664dd454a125f692bddcf
treec1a2c636870ce25ca70da5db58d5436f6e327919
parentfc8523a1474d33dcc5f7fd1823563fbd73aa1876
rpi: Determine PL011/Mini-UART availability at runtime

Firmware on the Raspberry Pi family of devices can dynamically configure either
the PL011, Mini-UART or no device at all to be routed to the user accessible
UART pins.

That means we need to always include both drivers, because we can never be sure
which of the two serial devices firmware actually chooses to use.

Signed-off-by: Alexander Graf <agraf@suse.de>
include/configs/rpi.h