From f72d2ba60a5238d52ceaccd8e3e4b193a4534229 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Thu, 11 Jul 2019 23:39:10 +0200 Subject: ramips: consistently use lower-case factory partition label The vast majority of devices labels "factory" partition with lower case. Convert the small fraction with capital letter to that and merge another case in 02_network. Signed-off-by: Adrian Schmutzler --- target/linux/ramips/dts/rt5350_intenso_memory2move.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/dts/rt5350_intenso_memory2move.dts') diff --git a/target/linux/ramips/dts/rt5350_intenso_memory2move.dts b/target/linux/ramips/dts/rt5350_intenso_memory2move.dts index 122c70e21f..def61cabf3 100644 --- a/target/linux/ramips/dts/rt5350_intenso_memory2move.dts +++ b/target/linux/ramips/dts/rt5350_intenso_memory2move.dts @@ -78,7 +78,7 @@ }; factory: partition@40000 { - label = "Factory"; + label = "factory"; reg = <0x40000 0x10000>; read-only; }; -- cgit v1.2.3