[U-Boot] [PATCH 1/2] s3c64xx: upgrade s3c6400 to s3c64xx
Wolfgang Denk
wd at denx.de
Fri Mar 4 10:25:41 CET 2011
Dear Kavin Lau,
In message <201103041700.53374.liujingwencn at gmail.com> you wrote:
> --Boundary-00_FpKcN6pVZLXuenY
> Content-Type: text/plain;
> charset"us-ascii"
> Content-Transfer-Encoding: quoted-printable
Please sends patche sinline, NOT as attachements. Please use
git-send-email to avoid such issues.
> From c56044d16f8ee5804d3048fe2c37028d5c963f1b Mon Sep 17
> 00:00:00 2001 >
> From: Kavin Lau <liujingwencn at gmail.com>
> Date: Fri, 4 Mar 2011 12:58:47 +0800
> Subject: [PATCH 1/2] s3c64xx: upgrade s3c6400 to s3c64xx
>
> S3C6400, S3C6410 and S3C6430 are both pin and software
> compatible with
> each other, changed s3c6400 to s3c64xx to support those chips.
> ---
> arch/arm/cpu/arm1176/s3c64xx/Makefile | 2 +-
> arch/arm/cpu/arm1176/s3c64xx/cpu_init.S | 2 +-
> arch/arm/cpu/arm1176/s3c64xx/reset.S | 2 +-
> arch/arm/cpu/arm1176/s3c64xx/speed.c | 4 +-
> arch/arm/cpu/arm1176/s3c64xx/timer.c | 2 +-
> arch/arm/include/asm/arch-s3c64xx/s3c6400.h | 895 ---------------------------
> arch/arm/include/asm/arch-s3c64xx/s3c64x0.h | 8 +-
> arch/arm/include/asm/arch-s3c64xx/s3c64xx.h | 895 +++++++++++++++++++++++++++
> board/samsung/smdk6400/lowlevel_init.S | 8 +-
> board/samsung/smdk6400/smdk6400.c | 2 +-
> drivers/mtd/nand/s3c64xx.c | 2 +-
> drivers/serial/s3c64xx.c | 4 +-
> drivers/usb/host/ohci-hcd.c | 2 +-
> drivers/usb/host/s3c64xx-hcd.c | 2 +-
> include/common.h | 2 +-
> 15 files changed, 916 insertions(+), 916 deletions(-)
> delete mode 100644 arch/arm/include/asm/arch-s3c64xx/s3c6400.h
> create mode 100644 arch/arm/include/asm/arch-s3c64xx/s3c64xx.h
NAK. Please do not delete / create files when just renaming. Make
sure to use options "-M" and "-C" with git-format-patch so copies as
well as renames get detected properly.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
KLB is an acronym for `Known Lazy Bastard', aka non-FAQ reader, aka
person who would rather make someone take their time to explain
something basic than look it up in a FAQ.
-- Tom Christiansen in <6aq547$mnr$2 at csnews.cs.colorado.edu>
More information about the U-Boot
mailing list