aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-11-07 22:59:46 -0500
committerTom Rini <trini@konsulko.com>2021-11-12 14:18:17 -0500
commit8a25b8b5b4849f0276d69772e492812f274605e2 (patch)
treef39d12920f38db39dd723415191d8ce5fdd8373c /include/configs
parentb70b2bed1a849106d719ac4bdb6d765203f15c1f (diff)
downloadu-boot-8a25b8b5b4849f0276d69772e492812f274605e2.zip
u-boot-8a25b8b5b4849f0276d69772e492812f274605e2.tar.gz
u-boot-8a25b8b5b4849f0276d69772e492812f274605e2.tar.bz2
Convert CONFIG_MX6 et al to Kconfig
This converts the following to Kconfig: CONFIG_MX6 CONFIG_MX7 Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx6_common.h4
-rw-r--r--include/configs/mx7_common.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index 983402f..0ae8305 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -27,10 +27,6 @@
#include <asm/arch/imx-regs.h>
#include <asm/mach-imx/gpio.h>
-#ifndef CONFIG_MX6
-#define CONFIG_MX6
-#endif
-
#define CONFIG_SYS_FSL_CLK
/* Miscellaneous configurable options */
diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h
index 32b44fe..ffe8c75 100644
--- a/include/configs/mx7_common.h
+++ b/include/configs/mx7_common.h
@@ -13,10 +13,6 @@
#include <asm/arch/imx-regs.h>
#include <asm/mach-imx/gpio.h>
-#ifndef CONFIG_MX7
-#define CONFIG_MX7
-#endif
-
/* Timer settings */
#define CONFIG_MXC_GPT_HCLK
#define CONFIG_SC_TIMER_CLK 8000000 /* 8Mhz */