mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
kirkwood/dockstar: rename partition into ubi to use auto detection of target mtd
the kernel tries to use "ubi" or "data" labeled partition to find it's root filesystem. dockstar don't need anymore mtdparts= nor root= bootarguments Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 49011
This commit is contained in:
parent
afa1c47e71
commit
e9e16bef08
@ -25,7 +25,7 @@
|
|||||||
- label = "data";
|
- label = "data";
|
||||||
- reg = <0x0500000 0xfb00000>;
|
- reg = <0x0500000 0xfb00000>;
|
||||||
+ partition@200000 {
|
+ partition@200000 {
|
||||||
+ label = "root";
|
+ label = "ubi";
|
||||||
+ reg = <0x200000 0xfe00000>;
|
+ reg = <0x200000 0xfe00000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user