瀏覽代碼

kirkwood: fix ubi partition name

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 8 年之前
父節點
當前提交
4731f02fa2

+ 3 - 2
target/linux/kirkwood/patches-4.4/110-ib62x0.patch

@@ -11,9 +11,10 @@
  	};
  
 -	partition@700000 {
-+	partition@200000 {
- 		label = "root";
+-		label = "root";
 -		reg = <0x0700000 0xf900000>;
++	partition@200000 {
++		label = "ubi";
 +		reg = <0x200000 0xfe00000>;
  	};
  

+ 6 - 6
target/linux/kirkwood/patches-4.4/130-iconnect.patch

@@ -21,20 +21,20 @@
  	partition@100000 {
 -		label = "zImage";
 -		reg = <0x100000 0x300000>;
+-	};
+-
+-	partition@540000 {
+-		label = "initrd";
+-		reg = <0x540000 0x300000>;
 +		label = "second stage u-boot";
 +		reg = <0x100000 0x200000>;
  	};
  
--	partition@540000 {
--		label = "initrd";
--		reg = <0x540000 0x300000>;
--	};
--
 -	partition@980000 {
 -		label = "boot";
 -		reg = <0x980000 0x1f400000>;
 +	partition@200000 {
-+		label = "root";
++		label = "ubi";
 +		reg = <0x200000 0x1fe00000>;
  	};
  };

+ 1 - 1
target/linux/kirkwood/patches-4.4/190-nsa310s.patch

@@ -260,7 +260,7 @@
 +	};
 +
 +	partition@200000 {
-+		label = "root";
++		label = "ubi";
 +		reg = <0x200000 0x7e00000>;
 +	};
 +};