Skip to content

Commit

Permalink
mvebu: rb5009: early u-boot-env
Browse files Browse the repository at this point in the history
Signed-off-by: John Thomson <[email protected]>
  • Loading branch information
john-tho committed Jun 24, 2024
1 parent 4250a91 commit 8f7cec7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ Signed-off-by: Robert Marko <[email protected]>
+ #size-cells = <1>;
+
+ /* Empty space on NOR repurposed for U-Boot environment */
+ partition@fe0000 {
+ partition@3e0000 {
+ compatible = "u-boot,env";
+ label = "u-boot-env";
+ reg = <0xfe0000 0x20000>;
+ reg = <0x3e0000 0x20000>;
+ };
+ };
+ };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@
};

/* Empty space on NOR repurposed for U-Boot environment */
partition@fe0000 {
partition@3e0000 {
compatible = "u-boot,env";
label = "u-boot-env";
reg = <0xfe0000 0x20000>;
reg = <0x3e0000 0x20000>;
};
};
};
Expand Down

0 comments on commit 8f7cec7

Please sign in to comment.