geez, this really _isn't_ good - i've found _yet another_
identically-caused error, because i happen to have linux header files
installed locally (/usr/include/linux) and the default HOST-CC setup
compilation has that taking precedence over ./include/linux in the
u-boot sources - so include/linux/mtd/mtd.h is never found.

what's going on??

On Tue, Nov 9, 2010 at 3:59 PM, Luke Kenneth Casson Leighton
<luke.leigh...@gmail.com> wrote:
> http://www.mail-archive.com/u-boot-us...@lists.sourceforge.net/msg07045.html
>
> i've tracked down what the problem is, and the fix to avoid the
> problem occurring in the future is either:
>
> a) do as the person says - #include "../config.h" not #include <config.h>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to