mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 07:16:16 +02:00
ppc40x: fix MagicBox partition table
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20951 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3894641d99
commit
1668e99572
@ -330,16 +330,16 @@
|
|||||||
+ };
|
+ };
|
||||||
+ partition1@120000 {
|
+ partition1@120000 {
|
||||||
+ label = "rootfs";
|
+ label = "rootfs";
|
||||||
+ reg = <0x140000 0x680000>;
|
+ reg = <0x140000 0x280000>;
|
||||||
+ };
|
+ };
|
||||||
+ partition2@7c0000 {
|
+ partition2@3c0000 {
|
||||||
+ label = "u-boot";
|
+ label = "u-boot";
|
||||||
+ reg = <0x7c0000 0x30000>;
|
+ reg = <0x3c0000 0x30000>;
|
||||||
+ read-only;
|
+ read-only;
|
||||||
+ };
|
+ };
|
||||||
+ partition3@0 {
|
+ partition3@0 {
|
||||||
+ label = "firmware";
|
+ label = "firmware";
|
||||||
+ reg = <0x0 0x7c0000>;
|
+ reg = <0x0 0x3c0000>;
|
||||||
+ };
|
+ };
|
||||||
+ };
|
+ };
|
||||||
+ };
|
+ };
|
||||||
|
Loading…
Reference in New Issue
Block a user