mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-18 16:40:29 +00:00
lantiq: fix cosmetic issues with partition offsets and sizes
This fixes a few cosmetic issues with partition offset and size that are inconsistent probably due to copy/pasting. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
11bff24b3e
commit
88689da65f
@ -136,8 +136,8 @@
|
||||
read-only;
|
||||
};
|
||||
|
||||
partition@500000 {
|
||||
reg = <0x50000 0x003a0000>;
|
||||
partition@50000 {
|
||||
reg = <0x50000 0x3a0000>;
|
||||
label = "kernel";
|
||||
};
|
||||
};
|
||||
|
@ -155,7 +155,7 @@
|
||||
reg = <0x20000 0x3d0000>;
|
||||
};
|
||||
|
||||
boardconfig: partition@400000 {
|
||||
boardconfig: partition@3f0000 {
|
||||
label = "boardconfig";
|
||||
reg = <0x3f0000 0x10000>;
|
||||
read-only;
|
||||
|
@ -126,7 +126,7 @@
|
||||
reg = <0x20000 0x3d0000>;
|
||||
};
|
||||
|
||||
boardconfig: partition@400000 {
|
||||
boardconfig: partition@3f0000 {
|
||||
label = "boardconfig";
|
||||
reg = <0x3f0000 0x10000>;
|
||||
read-only;
|
||||
|
@ -181,7 +181,7 @@
|
||||
reg = <0x20000 0x7d0000>;
|
||||
};
|
||||
|
||||
boardconfig: partition@400000 {
|
||||
boardconfig: partition@7f0000 {
|
||||
label = "boardconfig";
|
||||
reg = <0x7f0000 0x10000>;
|
||||
read-only;
|
||||
|
@ -119,7 +119,7 @@
|
||||
reg = <0x20000 0x3d0000>;
|
||||
};
|
||||
|
||||
boardconfig: partition@400000 {
|
||||
boardconfig: partition@3f0000 {
|
||||
label = "board_config";
|
||||
reg = <0x3f0000 0x10000>;
|
||||
read-only;
|
||||
|
@ -245,8 +245,8 @@
|
||||
read-only;
|
||||
};
|
||||
|
||||
partition@500000 {
|
||||
reg = <0x50000 0x003a0000>;
|
||||
partition@50000 {
|
||||
reg = <0x50000 0x3a0000>;
|
||||
label = "kernel";
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user