From 422ba32c71f4389540e2633fcffca326b60f6ddc Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Cabanelas Date: Mon, 29 Aug 2016 16:03:14 +0200 Subject: 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 Signed-off-by: Jonas Gorski --- 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 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"; }; -- cgit v1.2.3