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>
This commit is contained in:
Daniel Gonzalez Cabanelas 2016-08-29 16:03:14 +02:00 committed by Jonas Gorski
parent 768595c9f1
commit 422ba32c71

View file

@ -68,5 +68,5 @@
reg = <0x1e400000 0x800000>;
status = "ok";
linux,part-probe = "redboot";
linux,part-probe = "RedBoot";
};