Re: [U-Boot] [PATCH v2] mpc83xx: Add NAND boot support for MPC8315E-RDB boards

2010-01-11 Thread Kim Phillips
On Mon, 11 Jan 2010 14:04:17 +0300 Anton Vorontsov wrote: > Hm.. strange, you didn't receive v3 of this patch? In v3 I fixed > all the issues as well: argh, you're right, I missed that one! Too much email, man... I'll add the trivial ...RELOC_SP definition after WD pulls the current u-boot-mpc

Re: [U-Boot] [PATCH v2] mpc83xx: Add NAND boot support for MPC8315E-RDB boards

2010-01-11 Thread Anton Vorontsov
On Thu, Jan 07, 2010 at 06:53:00PM -0600, Kim Phillips wrote: [...] > applied, with the below fixes merged into the same commit. > > Thanks, > > Kim > > >From 792e1ba837c2ce6a77323a92aad57dab758ba042 Mon Sep 17 00:00:00 2001 > From: Kim Phillips > Date: Thu, 7 Jan 2010 15:44:18 -0600 > Subject:

Re: [U-Boot] [PATCH v2] mpc83xx: Add NAND boot support for MPC8315E-RDB boards

2010-01-07 Thread Kim Phillips
On Tue, 24 Nov 2009 20:12:12 +0300 Anton Vorontsov wrote: > The core support for NAND booting is there already, so this patch > is pretty straightforward. > > There is one trick though: top level Makefile expects nand_spl to > be in nand_spl/board/$(BOARDDIR), but we can fully reuse the code > f

Re: [U-Boot] [PATCH v2] mpc83xx: Add NAND boot support for MPC8315E-RDB boards

2009-12-07 Thread Kim Phillips
On Tue, 24 Nov 2009 20:12:12 +0300 Anton Vorontsov wrote: > Here is the updated patch. > > MAKEALL |1 + > Makefile |6 ++- > board/freescale/mpc8315erdb/config.mk |8 +++ > board/freescale/mpc8315erdb/mpc8315erd

[U-Boot] [PATCH v2] mpc83xx: Add NAND boot support for MPC8315E-RDB boards

2009-11-24 Thread Anton Vorontsov
The core support for NAND booting is there already, so this patch is pretty straightforward. There is one trick though: top level Makefile expects nand_spl to be in nand_spl/board/$(BOARDDIR), but we can fully reuse the code from mpc8313erdb boards, and so to not duplicate the code we just symlink