diff mbox

[U-Boot,v2,1/5] arm: imx6: tqma6: add kconfig to board header

Message ID 1433431534-23504-2-git-send-email-list-09_u-boot@tqsc.de
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Markus Niebel June 4, 2015, 3:25 p.m. UTC
From: Markus Niebel <Markus.Niebel@tq-group.com>

this is needed later to have Kconfig generated
stuff as define.

Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
---
 include/configs/tqma6.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

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) */