diff options
author | Peter Robinson | 2015-05-22 17:30:46 +0100 |
---|---|---|
committer | Stefano Babic | 2015-05-26 15:58:55 +0200 |
commit | 3b1f681131149b5f62602f582a7e60b0185a2a49 (patch) | |
tree | 4144d2351d688163a09870b2313076f41690a503 /include/configs/aristainetos-common.h | |
parent | 056845c23522222613660c6af567049479367906 (diff) |
imx6: move generic imx6 options to mx6_common.h
All boards define CONFIG_MX6, CONFIG_DISPLAY_BOARDINFO, CONFIG_DISPLAY_CPUINFO
and CONFIG_SYS_GENERIC_BOARD so define them in mx6_common
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Tom Rini <trini at konsulko.com>
Diffstat (limited to 'include/configs/aristainetos-common.h')
-rw-r--r-- | include/configs/aristainetos-common.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/aristainetos-common.h b/include/configs/aristainetos-common.h index e9a0d46bc83..00e2908f2b2 100644 --- a/include/configs/aristainetos-common.h +++ b/include/configs/aristainetos-common.h @@ -13,19 +13,12 @@ #ifndef __ARISTAINETOS_COMMON_CONFIG_H #define __ARISTAINETOS_COMMON_CONFIG_H -#define CONFIG_MX6 - #include "mx6_common.h" -#define CONFIG_DISPLAY_CPUINFO -#define CONFIG_DISPLAY_BOARDINFO - #define CONFIG_MACH_TYPE 4501 #define CONFIG_MMCROOT "/dev/mmcblk0p1" #define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024) -#define CONFIG_SYS_GENERIC_BOARD - /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (64 * SZ_1M) |