mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
15 lines
209 B
Text
15 lines
209 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* U-Boot additions
|
||
|
*
|
||
|
* (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com>
|
||
|
*/
|
||
|
|
||
|
#include "omap3-u-boot.dtsi"
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
stdout-path = &uart3;
|
||
|
};
|
||
|
};
|