Re: [U-Boot] [PATCH] Fix NAND booting make target

2010-11-23 Thread Stefan Roese
On Tuesday 23 November 2010 19:51:14 Scott Wood wrote: > > > Yes, current git head fails to build an many 4xx boards. My patch is on > > > top of Wolfgangs patchset "[PATCH 0/7] Address partial linking issues" > > > from 2010-11-21 which fixes most of the 4xx problems. But without this > > > patch,

Re: [U-Boot] [PATCH] Fix NAND booting make target

2010-11-23 Thread Scott Wood
On Tue, 23 Nov 2010 12:45:04 -0600 Scott Wood wrote: > On Tue, 23 Nov 2010 19:16:47 +0100 > Stefan Roese wrote: > > > Hi Scott, > > > > On Tuesday 23 November 2010 18:27:08 Scott Wood wrote: > > > > Without this fix, the NAND_SPL target (in nand_spl/) is not built > > > > at all. > > > > > >

Re: [U-Boot] [PATCH] Fix NAND booting make target

2010-11-23 Thread Scott Wood
On Tue, 23 Nov 2010 19:16:47 +0100 Stefan Roese wrote: > Hi Scott, > > On Tuesday 23 November 2010 18:27:08 Scott Wood wrote: > > > Without this fix, the NAND_SPL target (in nand_spl/) is not built > > > at all. > > > > > > Signed-off-by: Stefan Roese > > > > It builds for me without it, on m

Re: [U-Boot] [PATCH] Fix NAND booting make target

2010-11-23 Thread Stefan Roese
Hi Scott, On Tuesday 23 November 2010 18:27:08 Scott Wood wrote: > > Without this fix, the NAND_SPL target (in nand_spl/) is not built > > at all. > > > > Signed-off-by: Stefan Roese > > It builds for me without it, on mpc8315erdb (I tried some 4xx boards > but they don't build at all), as of c

Re: [U-Boot] [PATCH] Fix NAND booting make target

2010-11-23 Thread Scott Wood
On Tue, 23 Nov 2010 14:32:20 +0100 Stefan Roese wrote: > Without this fix, the NAND_SPL target (in nand_spl/) is not built > at all. > > Signed-off-by: Stefan Roese It builds for me without it, on mpc8315erdb (I tried some 4xx boards but they don't build at all), as of current master branch (f

[U-Boot] [PATCH] Fix NAND booting make target

2010-11-23 Thread Stefan Roese
Without this fix, the NAND_SPL target (in nand_spl/) is not built at all. Signed-off-by: Stefan Roese --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index b4aae89..e9797d6 100644 --- a/Makefile +++ b/Makefile @@ -287,7 +287,7 @@ LDPPFLA