From: Tom Rini Date: Mon, 8 Nov 2021 03:59:46 +0000 (-0500) Subject: Convert CONFIG_MX6 et al to Kconfig X-Git-Tag: v2022.01~48^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a25b8b5b4849f0276d69772e492812f274605e2;p=platform%2Fkernel%2Fu-boot.git Convert CONFIG_MX6 et al to Kconfig This converts the following to Kconfig: CONFIG_MX6 CONFIG_MX7 Signed-off-by: Tom Rini --- 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 #include -#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 #include -#ifndef CONFIG_MX7 -#define CONFIG_MX7 -#endif - /* Timer settings */ #define CONFIG_MXC_GPT_HCLK #define CONFIG_SC_TIMER_CLK 8000000 /* 8Mhz */