aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Liu <[email protected]>2020-10-22 16:10:02 +0800
committerJoel Stanley <[email protected]>2020-10-28 16:35:31 +1030
commit9e3ed6fa024c7a1be3c41f64da779072c2b85b7f (patch)
tree08580302a9ac72b905ffa77dd55905d4f9f42d13
parentabe75295ba70bd1c245977c200ce65575dbaf081 (diff)
ARM: dts: Fix label address for 64MiB OpenBMC flash layout
Signed-off-by: George Liu <[email protected]> Reviewed-by: John Wang <[email protected]> Acked-by: Andrew Jeffery <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r--arch/arm/boot/dts/openbmc-flash-layout-64.dtsi8
1 files 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 @@ partitions {
label = "u-boot";
};
- u-boot-env@e0000 {
+ u-boot-env@60000 {
reg = <0x60000 0x20000>; // 128KB
label = "u-boot-env";
};
- kernel@100000 {
+ kernel@80000 {
reg = <0x80000 0x500000>; // 5MB
label = "kernel";
};
- rofs@a00000 {
+ rofs@580000 {
reg = <0x580000 0x2a80000>; // 42.5MB
label = "rofs";
};
- rwfs@6000000 {
+ rwfs@3000000 {
reg = <0x3000000 0x1000000>; // 16MB
label = "rwfs";
};