[LEDE-DEV] [PATCH v2 3/5] brcm63xx: fix Livebox 1 support: DTS

Daniel Gonzalez Cabanelas dgcbueu at gmail.com
Mon Aug 29 07:03:14 PDT 2016


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

Signed-off-by: Daniel Gonzalez Cabanelas <dgcbueu at gmail.com>
---
change in v2:
Split changes in DTS file
---
diff --git a/target/linux/brcm63xx/dts/livebox-blue-5g.dts b/target/linux/brcm63xx/dts/livebox-blue-5g.dts
index 0df5fa8..e776652 100644
--- a/target/linux/brcm63xx/dts/livebox-blue-5g.dts
+++ b/target/linux/brcm63xx/dts/livebox-blue-5g.dts
@@ -68,5 +68,5 @@
 	reg = <0x1e400000 0x800000>;
 	status = "ok";
 
-	linux,part-probe = "redboot";
+	linux,part-probe = "RedBoot";
 };




More information about the Lede-dev mailing list