mirror of
https://xff.cz/git/u-boot/
synced 2025-10-07 11:15:09 +02:00
Updating this was missed in the merge of the next branch back in to master. Signed-off-by: Tom Rini <trini@konsulko.com>
18 lines
147 B
Plaintext
18 lines
147 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
&soc {
|
|
bootph-all;
|
|
};
|
|
|
|
&aips1 {
|
|
bootph-all;
|
|
};
|
|
|
|
&pinctrl_uart1 {
|
|
bootph-all;
|
|
};
|
|
|
|
&uart1 {
|
|
bootph-all;
|
|
};
|