Re: [U-Boot] [PATCH] hawkboard: Add CONFIG_SPL_LIBGENERIC_SUPPORT

2012-04-03 Thread Tom Rini
On Mon, Apr 02, 2012 at 09:33:43AM -0700, Tom Rini wrote: > With older toolchains we need CONFIG_SPL_LIBGENERIC_SUPPORT in order for > CONFIG_SPL_NAND_SUPPORT to link. > > Signed-off-by: Tom Rini Queued up for u-boot-ti/master (which I intend to PR Friday). -- Tom signature.asc Description:

Re: [U-Boot] [PATCH] hawkboard: Add CONFIG_SPL_LIBGENERIC_SUPPORT

2012-04-02 Thread Marek Vasut
Dear Tom Rini, > On Mon, Apr 02, 2012 at 10:10:57PM +0530, Sughosh Ganu wrote: > > On Mon Apr 02, 2012 at 09:33:43AM -0700, Tom Rini wrote: > > > With older toolchains we need CONFIG_SPL_LIBGENERIC_SUPPORT in order > > > for CONFIG_SPL_NAND_SUPPORT to link. > > > > > > Signed-off-by: Tom Rini >

Re: [U-Boot] [PATCH] hawkboard: Add CONFIG_SPL_LIBGENERIC_SUPPORT

2012-04-02 Thread Tom Rini
On Mon, Apr 02, 2012 at 10:10:57PM +0530, Sughosh Ganu wrote: > On Mon Apr 02, 2012 at 09:33:43AM -0700, Tom Rini wrote: > > With older toolchains we need CONFIG_SPL_LIBGENERIC_SUPPORT in order for > > CONFIG_SPL_NAND_SUPPORT to link. > > > > Signed-off-by: Tom Rini > > --- > > include/configs/h

Re: [U-Boot] [PATCH] hawkboard: Add CONFIG_SPL_LIBGENERIC_SUPPORT

2012-04-02 Thread Sughosh Ganu
On Mon Apr 02, 2012 at 09:33:43AM -0700, Tom Rini wrote: > With older toolchains we need CONFIG_SPL_LIBGENERIC_SUPPORT in order for > CONFIG_SPL_NAND_SUPPORT to link. > > Signed-off-by: Tom Rini > --- > include/configs/hawkboard.h |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >