diff options
author | Tom Rini <trini@konsulko.com> | 2023-04-03 20:48:24 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-04-03 20:48:24 -0400 |
commit | 8ca42025952afba977ce6cecf644371e3f7fa11d (patch) | |
tree | 2c40d19555280302a559225c46692924a9e5d6f9 | |
parent | 288fe30a2367b8d0e3f416493150a38ebaa88459 (diff) |
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>
-rw-r--r-- | arch/arm/dts/imx6sx-udoo-neo-basic-u-boot.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/dts/imx6sx-udoo-neo-basic-u-boot.dtsi b/arch/arm/dts/imx6sx-udoo-neo-basic-u-boot.dtsi index be755e125b..b5e1f2b9a1 100644 --- a/arch/arm/dts/imx6sx-udoo-neo-basic-u-boot.dtsi +++ b/arch/arm/dts/imx6sx-udoo-neo-basic-u-boot.dtsi @@ -1,17 +1,17 @@ // SPDX-License-Identifier: GPL-2.0+ &soc { - u-boot,dm-pre-reloc; + bootph-all; }; &aips1 { - u-boot,dm-pre-reloc; + bootph-all; }; &pinctrl_uart1 { - u-boot,dm-pre-reloc; + bootph-all; }; &uart1 { - u-boot,dm-pre-reloc; + bootph-all; }; |