On Wed, 2010-10-27 at 09:14 +0200, Wolfgang Denk wrote: > Dear Heiko Schocher, > > In message <[email protected]> you wrote: > > > > CONFIG_SYS_INIT_RAM_ADDR (SRAM_VECT_CODE) > > ^ > > 0x4020f800 > > CONFIG_SYS_INIT_RAM_SIZE 0x7f0 > > Why that? From the current settings I would expect something like > > CONFIG_SYS_INIT_RAM_ADDR 0x4020f800 > CONFIG_SYS_INIT_RAM_SIZE 0x800 > > I see no reason to substract the top 16 bytes?
Agreed. I saw this issue last night, but didn't have enough time to prepare a fix. I'll generate and test a patch on the OMAP boards which have implemented relocation. Steve _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

