[U-Boot] New Oxford Semiconductor board with assertion fail in linker

Michael Kebe michael.kebe at gmail.com
Mon Dec 19 20:47:55 CET 2011


On Mon, Dec 19, 2011 at 18:58, Wolfgang Denk <wd at denx.de> wrote:
>
> Try a known to be working (with current code) tool chain?
>

Dear Wolfgang,

I can built other boards with the same toolchain.

I think I know what I did wrong:

#define CONFIG_SYS_UBOOT_BASE -1
#define CONFIG_SYS_TEXT_BASE -1

To get the preprocessor working I defined these two just with -1.
These are used in the start.S of the arm1176 CPU. I have found the
CONFIG_SYS_UBOOT_BASE address in the Medion source, but the
CONFIG_SYS_TEXT_BASE is still missing. There is no documentation on
this. Any hints?

Michael


More information about the U-Boot mailing list