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