diff options
author | Markus Niebel <Markus.Niebel@tq-group.com> | 2015-06-04 17:25:30 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-06-27 17:51:57 +0200 |
commit | 66cacc9d5d550e022da9f2d69cadda671fc0512b (patch) | |
tree | bf6592a3779cd21f3fbe0921732a625e226950e2 | |
parent | dbab8b8e10e535bc58c9f31a54961678c4de5254 (diff) | |
download | u-boot-66cacc9d5d550e022da9f2d69cadda671fc0512b.tar.gz u-boot-66cacc9d5d550e022da9f2d69cadda671fc0512b.tar.xz u-boot-66cacc9d5d550e022da9f2d69cadda671fc0512b.zip |
arm: imx6: tqma6: add kconfig to board header
this is needed later to have Kconfig generated
stuff as define.
Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
-rw-r--r-- | include/configs/tqma6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index 00294f6d52..aa19f1163f 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) */ |