mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
c28baf6c70
Include the SoC U-boot DTS in each am335x-<board>-u-boot.dtsi. Signed-off-by: Dario Binacchi <dariobin@libero.it>
13 lines
256 B
Text
13 lines
256 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>
|
|
*/
|
|
|
|
#include "am33xx-u-boot.dtsi"
|
|
|
|
/ {
|
|
chosen {
|
|
stdout-path = &uart0;
|
|
};
|
|
};
|