diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-06-21 10:57:05 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-06-21 10:57:05 +0000 |
commit | c228ed04a13900cc9424d0d6646cf33baaf517cc (patch) | |
tree | 801fb9fb98e67dedc0364cbf065c88bd64eaf0b1 /target/linux/ppc40x/patches-3.8/005-openrb.patch | |
parent | 5108318edbb0c51b6005c199bb78d58b2f776c6f (diff) | |
download | upstream-c228ed04a13900cc9424d0d6646cf33baaf517cc.tar.gz upstream-c228ed04a13900cc9424d0d6646cf33baaf517cc.tar.bz2 upstream-c228ed04a13900cc9424d0d6646cf33baaf517cc.zip |
increase kernel partition size to fix boot issues
SVN-Revision: 36982
Diffstat (limited to 'target/linux/ppc40x/patches-3.8/005-openrb.patch')
-rw-r--r-- | target/linux/ppc40x/patches-3.8/005-openrb.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ppc40x/patches-3.8/005-openrb.patch b/target/linux/ppc40x/patches-3.8/005-openrb.patch index 3c1f0ae503..116ee09ca3 100644 --- a/target/linux/ppc40x/patches-3.8/005-openrb.patch +++ b/target/linux/ppc40x/patches-3.8/005-openrb.patch @@ -328,11 +328,11 @@ + #size-cells = <1>; + partition0@0 { + label = "linux"; -+ reg = <0x0 0x140000>; ++ reg = <0x0 0x160000>; + }; + partition1@120000 { + label = "rootfs"; -+ reg = <0x140000 0x680000>; ++ reg = <0x160000 0x660000>; + }; + partition2@7c0000 { + label = "u-boot"; |