
Dear liujingwen,
In message AANLkTimbGtM_h7Mbm3fwVN9H-KGCJU7J4MF3G5j=O9P7@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@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