From: Tom Rini Date: Tue, 4 Apr 2023 00:48:24 +0000 (-0400) Subject: mx6sx-udoo-neo-basic-u-boot.dtsi: Correct to bootph-all X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=8ca42025952afba977ce6cecf644371e3f7fa11d;p=u-boot.git 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 --- 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; };