Просмотр исходного кода

brcm63xx: Livebox 1: fix part probe name

Fix the DTS file for the Livebox 1 routers:
- part probe wrong, it should be RedBoot (uppercase matters)

Signed-off-by: Daniel Gonzalez Cabanelas <[email protected]>
Signed-off-by: Jonas Gorski <[email protected]>
Daniel Gonzalez Cabanelas 9 лет назад
Родитель
Сommit
422ba32c71
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      target/linux/brcm63xx/dts/livebox-blue-5g.dts

+ 1 - 1
target/linux/brcm63xx/dts/livebox-blue-5g.dts

@@ -68,5 +68,5 @@
 	reg = <0x1e400000 0x800000>;
 	reg = <0x1e400000 0x800000>;
 	status = "ok";
 	status = "ok";
 
 
-	linux,part-probe = "redboot";
+	linux,part-probe = "RedBoot";
 };
 };