提交 b5a923f8 编写于 作者: L Linus Walleij

ARM: dts: gemini: Switch to redboot partition parsing

This switches the kernel to parse the Redboot partitions
in the SL93512r and the NAS4220B properly using the
right compatible string instead of using hard-coded
partitions.
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 47ef78b0
...@@ -81,37 +81,10 @@ ...@@ -81,37 +81,10 @@
/* 16MB of flash */ /* 16MB of flash */
reg = <0x30000000 0x01000000>; reg = <0x30000000 0x01000000>;
partition@0 { partitions {
label = "RedBoot"; compatible = "redboot-fis";
reg = <0x00000000 0x00020000>; /* Eraseblock at 0xfe0000 */
read-only; fis-index-block = <0x1fc>;
};
partition@20000 {
label = "Kernel";
reg = <0x00020000 0x00300000>;
};
partition@320000 {
label = "Ramdisk";
reg = <0x00320000 0x00600000>;
};
partition@920000 {
label = "Application";
reg = <0x00920000 0x00600000>;
};
partition@f20000 {
label = "VCTL";
reg = <0x00f20000 0x00020000>;
read-only;
};
partition@f40000 {
label = "CurConf";
reg = <0x00f40000 0x000a0000>;
read-only;
};
partition@fe0000 {
label = "FIS directory";
reg = <0x00fe0000 0x00020000>;
read-only;
}; };
}; };
......
...@@ -143,37 +143,10 @@ ...@@ -143,37 +143,10 @@
/* 16MB of flash */ /* 16MB of flash */
reg = <0x30000000 0x01000000>; reg = <0x30000000 0x01000000>;
partition@0 { partitions {
label = "BOOT"; compatible = "redboot-fis";
reg = <0x00000000 0x00020000>; /* Eraseblock at 0xfe0000 */
read-only; fis-index-block = <0x1fc>;
};
partition@120000 {
label = "Kern";
reg = <0x00020000 0x00300000>;
};
partition@320000 {
label = "Ramdisk";
reg = <0x00320000 0x00600000>;
};
partition@920000 {
label = "Application";
reg = <0x00920000 0x00600000>;
};
partition@f20000 {
label = "VCTL";
reg = <0x00f20000 0x00020000>;
read-only;
};
partition@f40000 {
label = "CurConf";
reg = <0x00f40000 0x000a0000>;
read-only;
};
partition@fe0000 {
label = "FIS directory";
reg = <0x00fe0000 0x00020000>;
read-only;
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册