1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

ARM: dts: am335x-chiliboard: add /chosen/stdout-path

Add that node path in u-boot overlay dtsi file for now to keep
am335x-chiliboard.dts in sync with Linux.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Marcin Niestroj
2018-11-21 20:32:01 +01:00
committed by Tom Rini
parent e067379f88
commit 627d74c79b

View File

@@ -0,0 +1,11 @@
// SPDX-License-Identifier: GPL-2.0+ or X11
/*
* Copyright (C) 2018 Grinn Sp. z o.o. -- http://www.grinn-global.com/
* Author: Marcin Niestroj <m.niestroj@grinn-global.com>
*/
/ {
chosen {
stdout-path = &uart0;
};
};