mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
13 lines
152 B
Text
13 lines
152 B
Text
|
/*
|
||
|
* Copyright (C) 2017
|
||
|
* Logic PD - http://www.logicpd.com
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
stdout-path = &uart3;
|
||
|
};
|
||
|
};
|