diff options
| -rw-r--r-- | include/configs/nitrogen6x.h | 1 | ||||
| -rw-r--r-- | include/configs/titanium.h | 1 | ||||
| -rw-r--r-- | include/configs/udoo.h | 1 | ||||
| -rw-r--r-- | include/configs/wandboard.h | 1 | 
4 files changed, 4 insertions, 0 deletions
| diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index 957dabecd..9c9f8f7a7 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -10,6 +10,7 @@  #ifndef __CONFIG_H  #define __CONFIG_H +#include "mx6_common.h"  #define CONFIG_MX6  #define CONFIG_DISPLAY_CPUINFO  #define CONFIG_DISPLAY_BOARDINFO diff --git a/include/configs/titanium.h b/include/configs/titanium.h index 0bb6731a2..f9e00c5b8 100644 --- a/include/configs/titanium.h +++ b/include/configs/titanium.h @@ -13,6 +13,7 @@  #ifndef __CONFIG_H  #define __CONFIG_H +#include "mx6_common.h"  #include <asm/arch/imx-regs.h>  #include <asm/imx-common/gpio.h> diff --git a/include/configs/udoo.h b/include/configs/udoo.h index a1a1750cf..4d96f18b0 100644 --- a/include/configs/udoo.h +++ b/include/configs/udoo.h @@ -9,6 +9,7 @@  #ifndef __CONFIG_H  #define __CONFIG_H +#include "mx6_common.h"  #include <asm/arch/imx-regs.h>  #include <asm/imx-common/gpio.h>  #include <asm/sizes.h> diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index e9c7e64be..8ce2d6e17 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -9,6 +9,7 @@  #ifndef __CONFIG_H  #define __CONFIG_H +#include "mx6_common.h"  #include <asm/arch/imx-regs.h>  #include <asm/imx-common/gpio.h>  #include <asm/sizes.h> |