Re: [U-Boot] [PATCH] Add _end for the end of u-boot image for SMDK6400

2011-05-16 Thread Minkyu Kang
Dear Zhong Hongbo, On 2 May 2011 15:28, Zhong Hongbo wrote: > On 05/02/2011 02:49 AM, Wolfgang Denk wrote: >> Dear seedshope, >> >> In message <1304268966-25640-1-git-send-email-bocui...@gmail.com> you wrote: >>> From: seedshope >>> >>> Since we rename _end to __bss_end__, But we need add _end s

Re: [U-Boot] [PATCH] Add _end for the end of u-boot image for SMDK6400

2011-05-02 Thread Zhong Hongbo
On 05/02/2011 02:49 AM, Wolfgang Denk wrote: > Dear seedshope, > > In message <1304268966-25640-1-git-send-email-bocui...@gmail.com> you wrote: >> From: seedshope >> >> Since we rename _end to __bss_end__, But we need add _end symbol for >> the end of u-boot image. >> >> Signed-off-by: Zhong Hong

Re: [U-Boot] [PATCH] Add _end for the end of u-boot image for SMDK6400

2011-05-01 Thread Wolfgang Denk
Dear seedshope, In message <1304268966-25640-1-git-send-email-bocui...@gmail.com> you wrote: > From: seedshope > > Since we rename _end to __bss_end__, But we need add _end symbol for > the end of u-boot image. > > Signed-off-by: Zhong Hongbo Why are you sending the same patch twice? Best re

[U-Boot] [PATCH] Add _end for the end of u-boot image for SMDK6400

2011-05-01 Thread seedshope
From: seedshope Since we rename _end to __bss_end__, But we need add _end symbol for the end of u-boot image. Signed-off-by: Zhong Hongbo diff --git a/nand_spl/board/samsung/smdk6400/u-boot.lds b/nand_spl/board/samsung/smdk6400/u-boot.lds index 0153e0e..23c9913 100644 --- a/nand_spl/board/sam

[U-Boot] [PATCH] Add _end for the end of u-boot image for SMDK6400

2011-05-01 Thread seedshope
From: seedshope Since we rename _end to __bss_end__, But we need add _end symbol for the end of u-boot image. Signed-off-by: Zhong Hongbo diff --git a/nand_spl/board/samsung/smdk6400/u-boot.lds b/nand_spl/board/samsung/smdk6400/u-boot.lds index 0153e0e..23c9913 100644 --- a/nand_spl/board/sam