From mboxrd@z Thu Jan 1 00:00:00 1970 From: kevin.morfitt at fearnside-systems.co.uk Date: Fri, 13 Nov 2009 09:36:15 +0000 Subject: [U-Boot] [PATCH ARM] Add a unified s3c24x0 header file In-Reply-To: <1f3430fb0911130126y7d0077b4v4c070bcadc653557@mail.gmail.com> References: <4AF1401B.2080701@fearnside-systems.co.uk> <4AF96555.6010906@fearnside-systems.co.uk> <1f3430fb0911122320k4fe35ccw6d76c6cc059f6bd6@mail.gmail.com> <4AFD1ED7.90003@fearnside-systems.co.uk> <1f3430fb0911130126y7d0077b4v4c070bcadc653557@mail.gmail.com> Message-ID: <4AFD288F.7050201@fearnside-systems.co.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Minkyu Kang wrote: > Dear Kevin Morifitt, > > 2009/11/13 kevin.morfitt at fearnside-systems.co.uk > : >> Hi Minky >> >> >> Minkyu Kang wrote: >>> Dear Kevin Morfitt >>> >>> 2009/11/10 kevin.morfitt at 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 >>>> >>>> >>>> #include >>>> #include >>>> -#include >>>> +#include >>>> #include >>> 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 @@ > > >