Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Derald D. Woods | d9be183 | 2017-12-16 14:14:48 -0600 | [diff] [blame] | 2 | /* |
| 3 | * U-Boot additions |
| 4 | * |
| 5 | * (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com> |
Derald D. Woods | d9be183 | 2017-12-16 14:14:48 -0600 | [diff] [blame] | 6 | */ |
| 7 | |
Derald D. Woods | 36a7534 | 2019-02-16 16:56:50 -0600 | [diff] [blame] | 8 | #include "omap3-u-boot.dtsi" |
| 9 | |
Derald D. Woods | d9be183 | 2017-12-16 14:14:48 -0600 | [diff] [blame] | 10 | / { |
| 11 | chosen { |
| 12 | stdout-path = &uart1; |
| 13 | }; |
| 14 | }; |