Re: [U-Boot] [PATCH] powerpc/85xx: Remove config.mk for nand linker script

2011-02-01 Thread Scott Wood
On Mon, 31 Jan 2011 22:02:03 -0600 Kumar Gala wrote: > > On Jan 31, 2011, at 4:52 PM, Scott Wood wrote: > > > On Mon, 31 Jan 2011 16:37:44 -0600 > > Kumar Gala wrote: > > > >> * fix where we define this, it should !CONFIG_NAND_SPL, read the old > >> config.mk incorrectly. > > > > I don't th

Re: [U-Boot] [PATCH] powerpc/85xx: Remove config.mk for nand linker script

2011-01-31 Thread Kumar Gala
On Jan 31, 2011, at 4:52 PM, Scott Wood wrote: > On Mon, 31 Jan 2011 16:37:44 -0600 > Kumar Gala wrote: > >> * fix where we define this, it should !CONFIG_NAND_SPL, read the old >> config.mk incorrectly. > > I don't think that will make a difference -- CONFIG_NAND_SPL is never > set when symb

Re: [U-Boot] [PATCH] powerpc/85xx: Remove config.mk for nand linker script

2011-01-31 Thread Scott Wood
On Mon, 31 Jan 2011 16:37:44 -0600 Kumar Gala wrote: > * fix where we define this, it should !CONFIG_NAND_SPL, read the old > config.mk incorrectly. I don't think that will make a difference -- CONFIG_NAND_SPL is never set when symbols are extracted into autoconf.mk, and CONFIG_SYS_LDSCRIPT is

Re: [U-Boot] [PATCH] powerpc/85xx: Remove config.mk for nand linker script

2011-01-31 Thread Kumar Gala
On Jan 31, 2011, at 4:15 PM, Kumar Gala wrote: > Move the include of mpc85xx/u-boot-nand.lds to utilize > CONFIG_SYS_LDSCRIPT rather than having an explicit config.mk > > Signed-off-by: Kumar Gala > --- > board/freescale/mpc8536ds/config.mk | 30 -- > board/freesca