From: Markus Niebel <[email protected]> this is needed later to have Kconfig generated stuff as define.
Signed-off-by: Markus Niebel <[email protected]> --- include/configs/tqma6.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index 4c93c9b..f9de0c6 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -9,6 +9,7 @@ #ifndef __CONFIG_H #define __CONFIG_H +#include <linux/kconfig.h> /* SPL */ /* #if defined(CONFIG_SPL_BUILD) */ -- 2.3.0 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

