mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
lantiq: dts: fix malformed unit addresses
Fixes: Warning (unit_address_format): unit name should not have leading "0x" Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
fcac34d01d
commit
35e45b742d
@ -88,7 +88,7 @@
|
||||
reg = <0xfc0000 0x40000>;
|
||||
};
|
||||
|
||||
partition@0x1000000 {
|
||||
partition@1000000 {
|
||||
label = "rootfs_data";
|
||||
reg = <0x1000000 0x1000000>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user