Re: [U-Boot] [PATCH] [NEXT]arm: Make jadecpu use relocation

2010-10-12 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?Matthias_Wei=DFer?=, In message <4cb2dde8.6040...@arcor.de> you wrote: > > > Unfortunately this breaks building for this board: ... > I am not sure how to fix this. gd_t contains a member ram_size if > CONFIG_SYS_ARM_WITHOUT_RELOC is not defined. This is the case for our > j

Re: [U-Boot] [PATCH] [NEXT]arm: Make jadecpu use relocation

2010-10-11 Thread Matthias Weißer
Hello Wolfgang Am 05.10.2010 20:41, schrieb Wolfgang Denk: > Dear Matthias Weisser, >> -gd->bd->bi_dram[0].start = PHYS_SDRAM; >> -gd->bd->bi_dram[0].size = PHYS_SDRAM_SIZE; >> +/* dram_init must store complete ramsize in gd->ram_size */ >> +gd->ram_size = get_ram_size((volatile vo

Re: [U-Boot] [PATCH] [NEXT]arm: Make jadecpu use relocation

2010-10-05 Thread Wolfgang Denk
Dear Matthias Weisser, In message <1285076264-13219-1-git-send-email-weiss...@arcor.de> you wrote: > This patch modifies jadecpu board so that it is usable > with the relocation patches by Heiko Schocher > > Signed-off-by: Matthias Weisser > --- > board/syteco/jadecpu/config.mk |2 +- > boa

Re: [U-Boot] [PATCH] [NEXT]arm: Make jadecpu use relocation

2010-09-21 Thread Wolfgang Denk
Dear Matthias Weisser, In message <1285076264-13219-1-git-send-email-weiss...@arcor.de> you wrote: > This patch modifies jadecpu board so that it is usable > with the relocation patches by Heiko Schocher > > Signed-off-by: Matthias Weisser > --- > board/syteco/jadecpu/config.mk |2 +- > boa

[U-Boot] [PATCH] [NEXT]arm: Make jadecpu use relocation

2010-09-21 Thread Matthias Weisser
This patch modifies jadecpu board so that it is usable with the relocation patches by Heiko Schocher Signed-off-by: Matthias Weisser --- board/syteco/jadecpu/config.mk |2 +- board/syteco/jadecpu/jadecpu.c | 11 +-- include/configs/jadecpu.h |3 +++ 3 files changed, 13 ins