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

Wolfgang Denk wd at denx.de
Tue Feb 23 23:58:42 CET 2010


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.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
You don't have to worry about me. I might have been born yesterday...
but I stayed up all night.


More information about the U-Boot mailing list