[PATCH][powerpc/85xx] P2020RDB Platform Support Added
Sean MacLennan
smaclennan at pikatech.com
Fri Aug 7 09:30:02 EST 2009
On Thu, 6 Aug 2009 17:04:18 +0530
"Aggrwal Poonam-B10812" <Poonam.Aggrwal at freescale.com> wrote:
> Can u point me to some reference of this, shud they be partition at 0,
> partition at 1, etc...
> I am not able to configure all the partitions successfully.
Not unless all your partitions are 1 byte long ;)
The number is the offset into the device. Here is an example partition
table from the warp:
partition at 0 {
label = "kernel";
reg = <0x00000000 0x00200000>;
};
partition at 200000 {
label = "root";
reg = <0x00200000 0x03E00000>;
};
partition at 40000000 {
label = "persistent";
reg = <0x04000000 0x04000000>;
};
Cheers,
Sean
More information about the Linuxppc-dev
mailing list