[U-Boot] [PATCH] mpc8315erdb: fix out-of-tree building for NAND config

Kim Phillips kim.phillips at freescale.com
Wed Feb 24 01:48:15 CET 2010


On Tue, 23 Feb 2010 23:58:42 +0100
Wolfgang Denk <wd at denx.de> wrote:

> Dear Kim Phillips,
> 
> In message <20100222192612.8da0a6b6.kim.phillips at freescale.com> you wrote:
> > On Sun, 21 Feb 2010 21:52:56 +0100
> > Wolfgang Denk <wd at denx.de> wrote:
> > 
> > > Out-of-tree build for MPC8315ERDB_NAND configuration failed with
> > > /bin/sh: line 0: cd: /tmp/foo/nand_spl/board/freescale/mpc8315erdb: No such file or directory
> > > error message
> > > 
> > > Signed-off-by: Wolfgang Denk <wd at denx.de>
> > > ---
> > 
> > applied.
> 
> Please undo. This is still broken.
> 
> Running an out of tree build for MPC8315ERDB_NAND causes the
> symbolic link
> nand_spl/board/freescale/mpc8315erdb -> mpc8313erdb
> to be created in the local source tree. But the local source tree must
> be left unchanged for out of tree builds (assume it is on a read-only
> storage device).
> 
> As is, I see no straightforward way to acchieve this - the current
> implementation assumes there is a board directory mpc8315erdb which
> does not exist.
> 
> I think this must be changed on a deeper level.
> 
> Can you please look into this?  Thanks.

it seems a complete merge of mpc8313 and mpc8315 into mpc831x is in
order. I'll see what I can do.

Kim


More information about the U-Boot mailing list