From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Thu, 31 Mar 2011 00:33:34 +0900 Subject: [U-Boot] MIPS: tb0229 build error caused by reference Message-ID: <4D934D4E.6090005@pobox.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Komiya-san, Since the commit below, tb0229 target has been broken for months because and can not be easily included as used to by MIPS ports any more. > commit b36df561154bdd0a41bb77e09c5575ca2cf48013 > Author: Stefan Roese > Date: Thu Sep 9 19:18:00 2010 +0200 > > ppc4xx: Move ppc4xx headers to powerpc include directory > > This patch moves some ppc4xx related headers from the common include > directory (include/) to the powerpc specific one > (arch/powerpc/include/asm/). This way to common include directory is not > so cluttered with files. > > Signed-off-by: Stefan Roese $ ./MAKEALL tb0229 [...] flash.c:27: fatal error: asm/ppc4xx.h: No such file or directory make[1]: *** [flash.o] Error 1 I can not come up with a reasonble workaround at this moment. Could you take a look please? And let us know what we do next, thanks.