From 01996b785dcef61e6dadb50f61a13f905f3e497d Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Sat, 17 Feb 2024 22:10:10 +0800 Subject: 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 --- target/linux/ramips/dts/rt3662_edimax_br-6475nd.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ramips/dts/rt3662_edimax_br-6475nd.dts') diff --git a/target/linux/ramips/dts/rt3662_edimax_br-6475nd.dts b/target/linux/ramips/dts/rt3662_edimax_br-6475nd.dts index 0811c24934..051e28da8f 100644 --- a/target/linux/ramips/dts/rt3662_edimax_br-6475nd.dts +++ b/target/linux/ramips/dts/rt3662_edimax_br-6475nd.dts @@ -77,7 +77,7 @@ read-only; }; - factory: partition@40000 { + partition@40000 { label = "factory"; reg = <0x00040000 0x00010000>; read-only; @@ -97,7 +97,7 @@ }; }; - devdata: partition@50000 { + partition@50000 { label = "devdata"; reg = <0x00050000 0x00020000>; read-only; -- cgit v1.2.3