3b7ca928636995f3a9f147a1e1aa21f8fae1bf91
[openwrt/svn-archive/archive.git] / target / linux / mpc83xx / patches-3.8 / 300-mpc8377_wlan-dts-add-openwrt-hacks.patch
1 --- a/arch/powerpc/boot/dts/mpc8377_wlan.dts
2 +++ b/arch/powerpc/boot/dts/mpc8377_wlan.dts
3 @@ -81,6 +81,11 @@
4 reg = <0x3a0000 0x3c60000>;
5 label = "rootfs";
6 };
7 +
8 + partition1@a0000 {
9 + reg = <0xa0000 0x3f60000>;
10 + label = "firmware";
11 + };
12 };
13 };
14
15 @@ -476,4 +481,8 @@
16 default-state = "off";
17 };
18 };
19 +
20 + chosen {
21 + bootargs = "console=ttyS0,115200 rootfstype=squashfs noinitrd";
22 + };
23 };