mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
ath79: fix dtc address warnings
These should match reg values. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
2d00ed7caa
commit
ff5e8476d9
@ -87,15 +87,15 @@
|
||||
};
|
||||
};
|
||||
|
||||
partition@1 {
|
||||
partition@20000 {
|
||||
compatible = "tplink,firmware";
|
||||
label = "firmware";
|
||||
reg = <0x020000 0x3D0000>;
|
||||
};
|
||||
|
||||
art: partition@2 {
|
||||
art: partition@3f0000 {
|
||||
label = "art";
|
||||
reg = <0x3F0000 0x010000>;
|
||||
reg = <0x3f0000 0x010000>;
|
||||
read-only;
|
||||
};
|
||||
};
|
||||
|
@ -93,18 +93,18 @@
|
||||
read-only;
|
||||
};
|
||||
|
||||
partition@1 {
|
||||
partition@40000 {
|
||||
label = "u-boot-env";
|
||||
reg = <0x040000 0x010000>;
|
||||
};
|
||||
|
||||
partition@2 {
|
||||
partition@50000 {
|
||||
compatible = "denx,uimage";
|
||||
label = "firmware";
|
||||
reg = <0x050000 0xfa0000>;
|
||||
};
|
||||
|
||||
art: partition@3 {
|
||||
art: partition@ff0000 {
|
||||
label = "art";
|
||||
reg = <0xff0000 0x010000>;
|
||||
read-only;
|
||||
|
@ -72,18 +72,18 @@
|
||||
read-only;
|
||||
};
|
||||
|
||||
partition@1 {
|
||||
partition@40000 {
|
||||
label = "u-boot-env";
|
||||
reg = <0x040000 0x010000>;
|
||||
};
|
||||
|
||||
partition@2 {
|
||||
partition@50000 {
|
||||
compatible = "denx,uimage";
|
||||
label = "firmware";
|
||||
reg = <0x050000 0xfa0000>;
|
||||
};
|
||||
|
||||
art: partition@3 {
|
||||
art: partition@ff0000 {
|
||||
label = "art";
|
||||
reg = <0xff0000 0x010000>;
|
||||
read-only;
|
||||
|
@ -103,7 +103,7 @@
|
||||
|
||||
art: partition@60000 {
|
||||
label = "art";
|
||||
reg = <0x060000 0x010000>;
|
||||
reg = <0x60000 0x010000>;
|
||||
read-only;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user