diff options
author | Shiji Yang <yangshiji66@qq.com> | 2024-02-17 22:10:10 +0800 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2024-02-21 13:31:18 +0100 |
commit | 01996b785dcef61e6dadb50f61a13f905f3e497d (patch) | |
tree | 7c145fff0fe20653d2a8b6b4b5450f06fe108d60 /target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2.dtsi | |
parent | c22c63bce3af5052d6b28665ec8e122a7b26a0b4 (diff) |
ramips: clean up useless dts partition labels
The previous NVMEM eeprom conversions[1][2] left a lot of partition
labels that were no longer used. They can be removed now.
[1] https://github.com/openwrt/openwrt/pull/13584
[2] https://github.com/openwrt/openwrt/pull/13587
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Diffstat (limited to 'target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2.dtsi b/target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2.dtsi index 207fea28e9..f532a3e2a8 100644 --- a/target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2.dtsi +++ b/target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2.dtsi @@ -47,7 +47,7 @@ read-only; }; - factory: partition@40000 { + partition@40000 { label = "factory"; reg = <0x40000 0x10000>; read-only; |