[source] brcm63xx: Livebox 1: fix part probe name
LEDE Commits
lede-commits at lists.infradead.org
Mon Nov 21 09:42:00 PST 2016
jogo pushed a commit to source.git, branch master:
https://git.lede-project.org/422ba32c71f4389540e2633fcffca326b60f6ddc
commit 422ba32c71f4389540e2633fcffca326b60f6ddc
Author: Daniel Gonzalez Cabanelas <dgcbueu at gmail.com>
AuthorDate: Mon Aug 29 16:03:14 2016 +0200
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 <dgcbueu at gmail.com>
Signed-off-by: Jonas Gorski <jonas.gorski at gmail.com>
---
target/linux/brcm63xx/dts/livebox-blue-5g.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/brcm63xx/dts/livebox-blue-5g.dts b/target/linux/brcm63xx/dts/livebox-blue-5g.dts
index fd5a641..c0ef0d4 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-commits
mailing list