Re: [U-Boot] [PATCH 09/24 V2] arch/powerpc/*/config.mk: makeCONFIG_SYS_LDSCRIPT settings work

2010-11-25 Thread Wolfgang Denk
Dear Haiying Wang, In message <1290702018.2007.4.ca...@haiying-laptop> you wrote: > On Thu, 2010-11-25 at 09:00 -0700, Wolfgang Denk wrote: > > As we try to get rid of board specific config.mk files we must > > provide a way for board specific settings of the LDSCRIPT variable > > (path to the lin

Re: [U-Boot] [PATCH 09/24 V2] arch/powerpc/*/config.mk: makeCONFIG_SYS_LDSCRIPT settings work

2010-11-25 Thread Wolfgang Denk
Dear Haiying Wang, In message <1290702018.2007.4.ca...@haiying-laptop> you wrote: > > > - If CONFIG_SYS_LDCONFIG is not set, and the system is booting from > > NAND (CONFIG_NAND_U_BOOT is set), then a board specific linker > > script board/$(BOARDDIR)/u-boot-nand.lds gets use. > > u-boot-nand

Re: [U-Boot] [PATCH 09/24 V2] arch/powerpc/*/config.mk: makeCONFIG_SYS_LDSCRIPT settings work

2010-11-25 Thread Haiying Wang
On Thu, 2010-11-25 at 09:00 -0700, Wolfgang Denk wrote: > As we try to get rid of board specific config.mk files we must > provide a way for board specific settings of the LDSCRIPT variable > (path to the linker script) where needed. > > We now implement the following hierarchy: > > - Highest pri