Dear Thomas Weber, In message <1287409095-19645-1-git-send-email-we...@corscience.de> you wrote: > Fix compilation of Devkit8000 after introduction of > ARM relocation support. > > Signed-off-by: Thomas Weber <we...@corscience.de> > --- > board/timll/devkit8000/config.mk | 2 +- > include/configs/devkit8000.h | 3 +++ > 2 files changed, 4 insertions(+), 1 deletions(-) > > diff --git a/board/timll/devkit8000/config.mk > b/board/timll/devkit8000/config.mk > index 6bfcef7..7f7b0ea 100644 > --- a/board/timll/devkit8000/config.mk > +++ b/board/timll/devkit8000/config.mk > @@ -32,4 +32,4 @@ > # (mem base + reserved) > > # For use with external or internal boots. > -TEXT_BASE = 0x80e80000 > +TEXT_BASE = 0x80008000 > diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h > index 2815771..bde8b0f 100644 > --- a/include/configs/devkit8000.h > +++ b/include/configs/devkit8000.h > @@ -306,4 +306,7 @@ extern unsigned int boot_flash_sec; > extern unsigned int boot_flash_type; > #endif > > +#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 > +#define CONFIG_SYS_INIT_SP_ADDR (LOW_LEVEL_SRAM_STACK - > CONFIG_SYS_GBL_DATA_SIZE)
Aplied (after adapting to recent rename TEXT_BASE => CONFIG_SYS_TEXT_BASE and after removing board/timll/devkit8000/config.mk) Sandeep, hope this is OK with you. 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: w...@denx.de "I can call spirits from the vasty deep." "Why so can I, or so can any man; but will they come when you do call for them?" - Shakespeare, 1 King Henry IV, Act III, Scene I. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot