[PATCH] ARM: dts: Fix label address for 64MiB OpenBMC flash layout
George Liu
liuxiwei1013 at gmail.com
Thu Oct 22 19:10:02 AEDT 2020
Signed-off-by: George Liu <liuxiwei at inspur.com>
---
arch/arm/boot/dts/openbmc-flash-layout-64.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/openbmc-flash-layout-64.dtsi b/arch/arm/boot/dts/openbmc-flash-layout-64.dtsi
index c8e0409d889e..91163867be34 100644
--- a/arch/arm/boot/dts/openbmc-flash-layout-64.dtsi
+++ b/arch/arm/boot/dts/openbmc-flash-layout-64.dtsi
@@ -13,22 +13,22 @@ u-boot at 0 {
label = "u-boot";
};
- u-boot-env at e0000 {
+ u-boot-env at 60000 {
reg = <0x60000 0x20000>; // 128KB
label = "u-boot-env";
};
- kernel at 100000 {
+ kernel at 80000 {
reg = <0x80000 0x500000>; // 5MB
label = "kernel";
};
- rofs at a00000 {
+ rofs at 580000 {
reg = <0x580000 0x2a80000>; // 42.5MB
label = "rofs";
};
- rwfs at 6000000 {
+ rwfs at 3000000 {
reg = <0x3000000 0x1000000>; // 16MB
label = "rwfs";
};
--
2.25.1
More information about the openbmc
mailing list