diff options
-rw-r--r-- | include/configs/mx6qarm2.h | 1 | ||||
-rw-r--r-- | include/configs/mx6slevk.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index c1dd6f4..f1c364c 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -19,6 +19,7 @@ #include "mx6_common.h" +#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index 81ccfdb..b6c5c83 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -15,6 +15,7 @@ #include <asm/imx-common/gpio.h> #define CONFIG_MX6 +#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO |