mx6sx-udoo-neo-basic-u-boot.dtsi: Correct to bootph-all

Updating this was missed in the merge of the next branch back in to
master.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2023-04-03 20:48:24 -04:00
parent 288fe30a23
commit 8ca4202595

View File

@ -1,17 +1,17 @@
// SPDX-License-Identifier: GPL-2.0+ // SPDX-License-Identifier: GPL-2.0+
&soc { &soc {
u-boot,dm-pre-reloc; bootph-all;
}; };
&aips1 { &aips1 {
u-boot,dm-pre-reloc; bootph-all;
}; };
&pinctrl_uart1 { &pinctrl_uart1 {
u-boot,dm-pre-reloc; bootph-all;
}; };
&uart1 { &uart1 {
u-boot,dm-pre-reloc; bootph-all;
}; };