Hi Simon,
On Mon, 15 Dec 2014 07:19:39 -0700 Simon Glass <s...@chromium.org> wrote: > diff --git a/include/configs/canyonlands.h b/include/configs/canyonlands.h > index 7b1f368..ed790cc 100644 > --- a/include/configs/canyonlands.h > +++ b/include/configs/canyonlands.h > @@ -11,6 +11,8 @@ > #ifndef __CONFIG_H > #define __CONFIG_H > > +#include <linux/kconfig.h> > + Please do not explicitely include <linux/kconfig.h> from C sources. It is automatically included. See Makefile UBOOTINCLUDE := \ -Iinclude \ $(if $(KBUILD_SRC), -I$(srctree)/include) \ -I$(srctree)/arch/$(ARCH)/include \ -include $(srctree)/include/linux/kconfig.h Best Regards Masahiro Yamada _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot