[U-Boot] [U-BOO] [PATCH 2/2] smdk6400: correct the compilation of smdk6400

Wolfgang Denk wd at denx.de
Fri Mar 4 10:01:41 CET 2011


Dear liujingwen,

In message <AANLkTimbGtM_h7Mbm3fwVN9H-KGCJU7J4MF3G5j=O9P7 at mail.gmail.com> you wrote:
> --===============2100493628==
> Content-Type: multipart/alternative; boundary=0016363b9d50996c49049da4326b
> 
> --0016363b9d50996c49049da4326b
> Content-Type: text/plain; charset=ISO-8859-1
> 
> From 7ec6637f49fbaf52fbc1a61871b14ba5f7d09701 Mon Sep 17 00:00:00 2001
> From: Kavin Lau <liujingwencn at gmail.com>
> Date: Fri, 4 Mar 2011 16:40:35 +0800
> Subject: [PATCH 2/2] smdk6400: correct the compilation of smdk6400
> 
> ---
>  board/samsung/smdk6400/u-boot-nand.lds   |   34
> ++++++++++++++++++++++-------
>  include/configs/smdk6400.h               |    2 +
>  nand_spl/board/samsung/smdk6400/Makefile |    4 +-
>  3 files changed, 30 insertions(+), 10 deletions(-)
> 
> diff --git a/board/samsung/smdk6400/u-boot-nand.lds
> b/board/samsung/smdk6400/u-boot-nand.lds
> index 29a4f61..d4315b8 100644
> --- a/board/samsung/smdk6400/u-boot-nand.lds
> +++ b/board/samsung/smdk6400/u-boot-nand.lds
> @@ -32,11 +32,9 @@ SECTIONS
>   . = 0x00000000;
> 
>   . = ALIGN(4);
> - .text      :
> - {
> -  arch/arm/cpu/arm1176/start.o (.text)
> -  arch/arm/cpu/arm1176/s3c64xx/cpu_init.o (.text)
> -  *(.text)
> + .text : {
> + arch/arm/cpu/arm1176/start.o (.text)
> + *(.text)
>   }

Please maintain some indentation - ideally similar to what we use for
C files.

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
We are Microsoft. Unix is irrelevant. Openness is futile.  Prepare to
be assimilated.


More information about the U-Boot mailing list