[PATCH 08/18] fsmc/nand: Add support for default partitions for several NAND devices
Artem Bityutskiy
dedekind1 at gmail.com
Fri Mar 9 08:07:02 EST 2012
On Wed, 2012-03-07 at 17:00 +0530, Vipin Kumar wrote:
> +static struct mtd_partition partition_info_64KB_blk[] = {
> + {
> + .name = "X-loader",
> + .offset = 0,
> + .size = 4*0x10000,
> + },
> + {
> + .name = "U-Boot",
> + .offset = 4*0x10000,
> + .size = 8*0x40000,
> + },
> + {
> + .name = "Kernel",
> + .offset = (4+8)*0x10000,
> + .size = 64*0x40000,
> + },
> + {
> + .name = "Root File System",
> + .offset = (4+8+64)*0x10000,
> + .size = MTDPART_SIZ_FULL,
> + },
> +};
Shouldn't this kind of data come from DT/platform data or cmdline
instead? Does it make sense to have it hard-coded in the driver?
--
Best Regards,
Artem Bityutskiy
More information about the linux-mtd
mailing list