summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2021-02-14 13:35:18 +0300
committerAndre Przywara <andre.przywara@arm.com>2021-02-20 02:29:47 +0300
commite036a1d227112565cdf32b5558ac6ccaf5d1633f (patch)
tree3c53ffa01c21b95dde2013a8ea04e93f496486d3 /README
parent7f4e294b5743bdb0995756c894e92b81a11599fb (diff)
downloadu-boot-e036a1d227112565cdf32b5558ac6ccaf5d1633f.tar.xz
fdt/sunxi: Remove OF_STDOUT_PATH
OF_STDOUT_PATH was meant to hold the devicetree path to the serial console, to be put into the linux,stdout-path property of the chosen node. The only user of that was sunxi, and it was actually wrong for years there: the paths hardcoded in sunxi_common.h were not matching the DTs, evident by the leading 0's in nodenames, which have been removed years ago. On top of that, "linux,stdout-path" is now deprecated for a while (Linux commit 2a9d832cc9aae from November 2014), and also all modern DTs (including those included in U-Boot) carry a "stdout-path" property already. So remove the stanza from sunxi_common.h, and, since this was the last user, also remove the associated bits from the rest of U-Boot. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 0 insertions, 1 deletions
diff --git a/README b/README
index f7f9aa5619..b962ba7c2f 100644
--- a/README
+++ b/README
@@ -575,7 +575,6 @@ The following options need to be configured:
* The bootm command automatically updates the fdt
OF_TBCLK - The timebase frequency.
- OF_STDOUT_PATH - The path to the console device
boards with QUICC Engines require OF_QE to set UCC MAC
addresses