Re: [U-Boot] [V2 patch 3/4] SMDK6400: Fix build error for nand_spl support

2011-01-19 Thread seedshope
On 01/19/2011 05:56 AM, Wolfgang Denk wrote: > Dear seedshope, > > In message<1294757545-4771-4-git-send-email-bocui...@gmail.com> you wrote: >> Add some relocation symbols to u-boot.lds and disable LED functions >> in start.s to support nand_spl. >> >> Signed-off-by: seedshope > Please re-split y

Re: [U-Boot] [V2 patch 3/4] SMDK6400: Fix build error for nand_spl support

2011-01-18 Thread Wolfgang Denk
Dear seedshope, In message <1294757545-4771-4-git-send-email-bocui...@gmail.com> you wrote: > Add some relocation symbols to u-boot.lds and disable LED functions > in start.s to support nand_spl. > > Signed-off-by: seedshope Please re-split yourpatches. The changes to board/samsung/smdk6400/u-

[U-Boot] [V2 patch 3/4] SMDK6400: Fix build error for nand_spl support

2011-01-11 Thread seedshope
Add some relocation symbols to u-boot.lds and disable LED functions in start.s to support nand_spl. Signed-off-by: seedshope diff --git a/arch/arm/cpu/arm1176/start.S b/arch/arm/cpu/arm1176/start.S index 237dcfe..ae3706a 100644 --- a/arch/arm/cpu/arm1176/start.S +++ b/arch/arm/cpu/arm1176/start.