blob: b9e433f873b724e36fceda7f089751f0da992630 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Derald D. Woodsd9be1832017-12-16 14:14:48 -06002/*
3 * U-Boot additions
4 *
5 * (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com>
Derald D. Woodsd9be1832017-12-16 14:14:48 -06006 */
7
Derald D. Woods36a75342019-02-16 16:56:50 -06008#include "omap3-u-boot.dtsi"
9
Derald D. Woodsd9be1832017-12-16 14:14:48 -060010/ {
11 chosen {
12 stdout-path = &uart1;
13 };
14};