ath79: Consistently label info partition
The info/product-info partition, which frequently contains MAC adresses, is typically assigned the 'info' alias in DTS, but then labelled with 'info', 'product-info' or 'config'. This leads to different aliases if used for setting MAC adresses in DTS compared to when using e.g. mtd_get_mac_binary. Occationally, also multiple switch-case entries are used just because of different labelling. This patch relabels those partitions in ath79 to consistently use 'info'. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
committed by
Christian Lamparter
parent
c4fdd4979b
commit
3d153323ab
@@ -92,7 +92,7 @@
|
||||
};
|
||||
|
||||
info: partition@30000 {
|
||||
label = "product-info";
|
||||
label = "info";
|
||||
reg = <0x030000 0x10000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
@@ -134,7 +134,7 @@
|
||||
};
|
||||
|
||||
info: partition@7e0000 {
|
||||
label = "product-info";
|
||||
label = "info";
|
||||
reg = <0x7e0000 0x010000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
@@ -223,7 +223,7 @@
|
||||
};
|
||||
|
||||
info: partition@f00000 {
|
||||
label = "config";
|
||||
label = "info";
|
||||
reg = <0xf00000 0x0f0000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
@@ -156,7 +156,7 @@
|
||||
};
|
||||
|
||||
info: partition@610000 {
|
||||
label = "product-info";
|
||||
label = "info";
|
||||
reg = <0x610000 0x020000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
};
|
||||
|
||||
info: partition@f00000 {
|
||||
label = "product-info";
|
||||
label = "info";
|
||||
reg = <0xf00000 0x020000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
};
|
||||
|
||||
info: partition@f50000 {
|
||||
label = "product-info";
|
||||
label = "info";
|
||||
reg = <0xf50000 0x020000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user