1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

upgrade ppc44x to 2.6.28.2, add basic support for the AMCC Canyonlands

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14280 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz
2009-01-30 11:38:46 +00:00
parent 10f16bb24e
commit b89040cc65
10 changed files with 203 additions and 16 deletions

View File

@@ -8,9 +8,10 @@
+ reg = <0x0 0x200000>;
};
- partition@180000 {
+ partition@200000 {
label = "root";
- label = "root";
- reg = <0x180000 0x200000>;
+ partition@200000 {
+ label = "rootfs";
+ reg = <0x200000 0x3c00000>;
};
- partition@380000 {