linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: S3C24XX: Fix nand partition table for s3c24XX
Date: Mon, 18 Oct 2010 19:50:23 +0900	[thread overview]
Message-ID: <048301cb6eb2$45e264d0$d1a72e70$%kim@samsung.com> (raw)
In-Reply-To: <1279495515-17265-1-git-send-email-sbkim73@samsung.com>

Sangbeom Kim wrote:
> 
> From: Atul Dahiya <atul.dahiya@samsung.com>
> 
> 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 <atul.dahiya@samsung.com>
> Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
> ---
>  arch/arm/plat-s3c24xx/common-smdk.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/plat-s3c24xx/common-smdk.c b/arch/arm/plat-
> s3c24xx/common-smdk.c
> index 7b44d0c..bcc43f3 100644
> --- a/arch/arm/plat-s3c24xx/common-smdk.c
> +++ b/arch/arm/plat-s3c24xx/common-smdk.c
> @@ -147,7 +147,7 @@ static struct mtd_partition smdk_default_nand_part[] =
{
>  	[7] = {
>  		.name	= "S3C2410 flash partition 7",
>  		.offset = SZ_1M * 48,
> -		.size	= SZ_16M,
> +		.size	= MTDPART_SIZ_FULL,
>  	}
>  };
> 
> --

Maybe missed this...will apply.

Ben, if any problems, please let me know.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

      reply	other threads:[~2010-10-18 10:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-18 23:25 [PATCH] ARM: S3C24XX: Fix nand partition table for s3c24XX Sangbeom Kim
2010-10-18 10:50 ` Kukjin Kim [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='048301cb6eb2$45e264d0$d1a72e70$%kim@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).