mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
627d74c79b
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>
11 lines
225 B
Text
11 lines
225 B
Text
// 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;
|
|
};
|
|
};
|