From: Daniel Gonzalez Cabanelas Date: Mon, 29 Aug 2016 14:03:14 +0000 (+0200) Subject: brcm63xx: Livebox 1: fix part probe name X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=422ba32c71f4389540e2633fcffca326b60f6ddc;p=openwrt%2Fstaging%2Fnoltari.git 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 --- 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"; };