[PATCH 2/2] ARM: dts: imx6qdl: pfla02: Fix NAND offsets for partitions
Alexander Shiyan
shc_work at mail.ru
Thu Nov 12 05:22:31 EST 2020
Signed-off-by: Alexander Shiyan <shc_work at mail.ru>
---
arch/arm/dts/imx6qdl-phytec-pfla02.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
index 3eb510d43..2e4d4ed34 100644
--- a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
+++ b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
@@ -96,12 +96,12 @@
reg = <0x0 0x1000000>;
};
- partition at 400000 {
+ partition at 1000000 {
label = "barebox-environment";
reg = <0x1000000 0x100000>;
};
- partition at 500000 {
+ partition at 1100000 {
label = "root";
reg = <0x1100000 0x0>;
};
--
2.26.2
More information about the barebox
mailing list