mirror of https://github.com/hak5/openwrt.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 <dgcbueu@gmail.com> Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>lede-17.01
parent
768595c9f1
commit
422ba32c71
|
@ -68,5 +68,5 @@
|
|||
reg = <0x1e400000 0x800000>;
|
||||
status = "ok";
|
||||
|
||||
linux,part-probe = "redboot";
|
||||
linux,part-probe = "RedBoot";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue