
Minkyu Kang wrote:
Dear Kevin Morifitt,
2009/11/13 kevin.morfitt@fearnside-systems.co.uk kevin.morfitt@fearnside-systems.co.uk:
Hi Minky
Minkyu Kang wrote:
Dear Kevin Morfitt
2009/11/10 kevin.morfitt@fearnside-systems.co.uk kevin.morfitt@fearnside-systems.co.uk:
This patch adds a unified s3c24x0 cpu header file that selects the header file for the specific s3c24x0 cpu from the SOC and CPU configs defined in board config file. This removes the current chain of s3c24-type #ifdef's from the s3c24x0 code.
Signed-off-by: Kevin Morfitt kevin.morfitt@fearnside-systems.co.uk
<snip>
#include <nand.h> #include <linux/mtd/nand_ecc.h> -#include <asm/arch/s3c2410.h> +#include <asm/arch/s3c24x0_cpu.h> #include <asm/io.h>
patch failed at s3c2410_nand.c
patching file drivers/mtd/nand/s3c2410_nand.c Hunk #1 FAILED at 26. 1 out of 1 hunk FAILED -- saving rejects to file drivers/mtd/nand/s3c2410_nand.c.rej
please check it
This patch assumes that my previous patch, [U-Boot] [PATCH ARM] Update the s3c2410 nand driver from linux-2.6.31.5 had already been applied.
Would you like me to re-base this one to the current u-boot-samsung, or wait until you've looked at [U-Boot] [PATCH ARM] Update the s3c2410 nand driver from linux-2.6.31.5?
applied where? I couldn't find :(
It's not been accepted yet, I submitted it on 5th November, see http://lists.denx.de/pipermail/u-boot/2009-November/063866.html.
Kevin
#if defined(CONFIG_S3C2410_NAND_HWECC) && defined(CONFIG_SYS_NAND_LARGEPAGE) diff --git a/drivers/rtc/s3c24x0_rtc.c b/drivers/rtc/s3c24x0_rtc.c index 2d78f93..04de5ca 100644 --- a/drivers/rtc/s3c24x0_rtc.c +++ b/drivers/rtc/s3c24x0_rtc.c @@ -30,11 +30,7 @@
<snip>