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

2009-11-19 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

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

2009-11-19 Thread Kumar Gala
On Nov 19, 2009, at 8:34 AM, 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 > from mpc