aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorDaniel Gonzalez Cabanelas <dgcbueu@gmail.com>2016-08-29 16:03:14 +0200
committerJonas Gorski <jonas.gorski@gmail.com>2016-11-21 18:40:15 +0100
commit422ba32c71f4389540e2633fcffca326b60f6ddc (patch)
tree510d9500ece2a7c082c8a17bcc3f25e724c85452 /target
parent768595c9f1b311f702ad99209ff59a748e3383e2 (diff)
downloadupstream-422ba32c71f4389540e2633fcffca326b60f6ddc.tar.gz
upstream-422ba32c71f4389540e2633fcffca326b60f6ddc.tar.bz2
upstream-422ba32c71f4389540e2633fcffca326b60f6ddc.zip
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@gmail.com> Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target')
-rw-r--r--target/linux/brcm63xx/dts/livebox-blue-5g.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/dts/livebox-blue-5g.dts b/target/linux/brcm63xx/dts/livebox-blue-5g.dts
index fd5a64181b..c0ef0d48d1 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";
};