RE: [PATCH] ARM: S3C24XX: Fix nand partition table for s3c24XX

2010-10-18 Thread Kukjin Kim
Sangbeom Kim wrote: > > From: Atul Dahiya > > This patch fixes the partition table as existing partition table have last > partition size fixed and can't utilize available memory proprly if size is > more than 64M. > > Signed-off-by: Atul Dahiya > Signed-off-by: Sangbeom Kim > --- > arch/arm

[PATCH] ARM: S3C24XX: Fix nand partition table for s3c24XX

2010-07-18 Thread Sangbeom Kim
From: Atul Dahiya This patch fixes the partition table as existing partition table have last partition size fixed and can't utilize available memory proprly if size is more than 64M. Signed-off-by: Atul Dahiya Signed-off-by: Sangbeom Kim --- arch/arm/plat-s3c24xx/common-smdk.c |2 +- 1 fi