projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcac34d
)
lantiq: dts: fix malformed unit addresses
author
Mathias Kresin
<dev@kresin.me>
Sun, 27 Jan 2019 12:32:38 +0000
(13:32 +0100)
committer
Mathias Kresin
<dev@kresin.me>
Sun, 7 Jul 2019 09:17:27 +0000
(11:17 +0200)
Fixes:
Warning (unit_address_format): unit name should not have leading "0x"
Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/lantiq/files/arch/mips/boot/dts/ACMP252.dts
patch
|
blob
|
history
diff --git
a/target/linux/lantiq/files/arch/mips/boot/dts/ACMP252.dts
b/target/linux/lantiq/files/arch/mips/boot/dts/ACMP252.dts
index 3ab72ba05fe8ee7889a79b2e5d1c5eb9ff5f9990..79dcc2d42ada7964bdad5947b774709f93fae0a6 100644
(file)
--- a/
target/linux/lantiq/files/arch/mips/boot/dts/ACMP252.dts
+++ b/
target/linux/lantiq/files/arch/mips/boot/dts/ACMP252.dts
@@
-88,7
+88,7
@@
reg = <0xfc0000 0x40000>;
};
- partition@
0x
1000000 {
+ partition@1000000 {
label = "rootfs_data";
reg = <0x1000000 0x1000000>;
};