15 lines
209 B
Plaintext
15 lines
209 B
Plaintext
|
// 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;
|
||
|
};
|
||
|
};
|