mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-03 18:10:13 +00:00
11 lines
111 B
Text
11 lines
111 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
#include <config.h>
|
||
|
|
||
|
&duart0 {
|
||
|
bootph-all;
|
||
|
};
|
||
|
|
||
|
&duart1 {
|
||
|
bootph-all;
|
||
|
};
|