Dear Wolfgang Denk, In message <[email protected]> you wrote: > Rename STANDALONE_LOAD_ADDR into CONFIG_STANDALONE_LOAD_ADDR > and allow that the architecture-specific default value gets > overwritten by defining the value in the board header file. > > Signed-off-by: Wolfgang Denk <[email protected]> > Cc: Mike Frysinger <[email protected]> > Cc: Shinya Kuribayashi <[email protected]> > Cc: Daniel Hellstrom <[email protected]> > Cc: Tsi Chung Liew <[email protected]> > Cc: Nobuhiro Iwamatsu <[email protected]> > --- > Note that some architectures (blackfin, coldfire, mips, sh, sparc) > misuse the CONFIG_STANDALONE_LOAD_ADDR variable to not only specify > the load address (as the name suggests), but also to supply additional > linker options: > > arch/blackfin/config.mk:CONFIG_STANDALONE_LOAD_ADDR ?= 0x1000 -m elf32bfin > arch/m68k/config.mk:CONFIG_STANDALONE_LOAD_ADDR ?= 0x20000 -L $(clibdir) > arch/mips/config.mk:CONFIG_STANDALONE_LOAD_ADDR ?= 0x80200000 -T mips.lds > arch/sh/config.mk:CONFIG_STANDALONE_LOAD_ADDR += -EB > arch/sparc/config.mk:CONFIG_STANDALONE_LOAD_ADDR ?= 0x00000000 -L > $(gcclibdir) -T sparc.lds > > Please clean this up! Thanks -- wd
Applied. [Custodians: please re-read the note!] 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: [email protected] Operating-system software is the program that orchestrates all the basic functions of a computer. - The Wall Street Journal, Tuesday, September 15, 1987, page 40 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

