mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-18 06:38:15 +01:00
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:
parent
288fe30a23
commit
8ca4202595
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user