mirror of https://github.com/hak5/openwrt-owl.git
brcm63xx: fix 6368 cpu1 reg typo
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44784owl
parent
808c460250
commit
12301a79b7
|
@ -22,7 +22,7 @@
|
||||||
cpu@1 {
|
cpu@1 {
|
||||||
compatible = "brcm,bmips4350", "mips,mips4Kc";
|
compatible = "brcm,bmips4350", "mips,mips4Kc";
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
reg = <0>;
|
reg = <1>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue