[PATCH v4 2/2] dts: imx8mp-rsb3720: modify configrations to load fip into memory

2023-01-31 Thread sbabic
> The changes of commit 6a21c695213b ("arm: dts: imx8mp: add of-list
> support to common imx8mp-u-boot.dtsi") breaks the loading of the fip.
> This commit fixes the break by modify the configuration properly.
> Signed-off-by: Ying-Chun Liu (PaulLiu) 
> Cc: Stefano Babic 
> Cc: Fabio Estevam 
> Cc: NXP i.MX U-Boot Team 
> Reviewed-by: Fabio Estevam 
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH,Managing Director: Erika Unter  
HRB 165235 Munich,   Office: Kirchenstr.5, 82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=


Re: [PATCH v4 2/2] dts: imx8mp-rsb3720: modify configrations to load fip into memory

2023-01-17 Thread Fabio Estevam
On Tue, Jan 17, 2023 at 4:15 PM Ying-Chun Liu (PaulLiu)
 wrote:
>
> The changes of commit 6a21c695213b ("arm: dts: imx8mp: add of-list
> support to common imx8mp-u-boot.dtsi") breaks the loading of the fip.
> This commit fixes the break by modify the configuration properly.
>
> Signed-off-by: Ying-Chun Liu (PaulLiu) 
> Cc: Stefano Babic 
> Cc: Fabio Estevam 
> Cc: NXP i.MX U-Boot Team 

Reviewed-by: Fabio Estevam 


[PATCH v4 2/2] dts: imx8mp-rsb3720: modify configrations to load fip into memory

2023-01-17 Thread Ying-Chun Liu (PaulLiu)
The changes of commit 6a21c695213b ("arm: dts: imx8mp: add of-list
support to common imx8mp-u-boot.dtsi") breaks the loading of the fip.
This commit fixes the break by modify the configuration properly.

Signed-off-by: Ying-Chun Liu (PaulLiu) 
Cc: Stefano Babic 
Cc: Fabio Estevam 
Cc: NXP i.MX U-Boot Team 
---
v2: just rebase to the latest master branch.
v3: rebase to the latest master branch.
---
 arch/arm/dts/imx8mp-rsb3720-a1-u-boot.dtsi | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/arch/arm/dts/imx8mp-rsb3720-a1-u-boot.dtsi 
b/arch/arm/dts/imx8mp-rsb3720-a1-u-boot.dtsi
index 4419967ee4..32d9fbc886 100644
--- a/arch/arm/dts/imx8mp-rsb3720-a1-u-boot.dtsi
+++ b/arch/arm/dts/imx8mp-rsb3720-a1-u-boot.dtsi
@@ -158,12 +158,10 @@
};
};
};
-
-   configurations {
-   conf {
-   loadables = "atf", "fip";
-   };
-   };
};
};
 };
+
+_configuration {
+   loadables = "atf", "fip";
+};
-- 
2.39.0