diff options
author | Ye.Li <B37916@freescale.com> | 2014-06-16 18:39:47 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-06-17 11:13:52 +0800 |
commit | e06f5f5271ec35d8151bd4eeee785df8c80db011 (patch) | |
tree | 5155e6a2334b1de9b9e5c22adfe39ebb28c9e500 | |
parent | 3560263a9e14dff57f96df79c78f48316194f874 (diff) | |
download | u-boot-imx-e06f5f5271ec35d8151bd4eeee785df8c80db011.zip u-boot-imx-e06f5f5271ec35d8151bd4eeee785df8c80db011.tar.gz u-boot-imx-e06f5f5271ec35d8151bd4eeee785df8c80db011.tar.bz2 |
ENGR00315894-47 i.mx6:arm2/slevk Enable the CONFIG_SYS_GENERIC_BOARD
Using the CONFIG_SYS_GENERIC_BOARD for imx6 arm2 board and imx6slevk to
sync the deprecation process for generic board on upstream.
Signed-off-by: Ye.Li <B37916@freescale.com>
-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 |