X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fmx6_common.h;h=0715509ec8803da3f6fd54005f6f1da322148e5f;hb=1af3c7f422f627a544fec13e436d1a7975e39e73;hp=2b8ce9d71d007d1a6093e103eb3ae49874115fbd;hpb=0633e134784aba58ee664e9fbcee4afe1588d2be;p=oweals%2Fu-boot.git diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 2b8ce9d71d..0715509ec8 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -6,6 +6,8 @@ #ifndef __MX6_COMMON_H #define __MX6_COMMON_H +#include + #if (defined(CONFIG_MX6UL) || defined(CONFIG_MX6ULL)) #define CONFIG_SC_TIMER_CLK 8000000 /* 8Mhz */ #define COUNTER_FREQUENCY CONFIG_SC_TIMER_CLK @@ -55,14 +57,9 @@ #define CONFIG_SYS_MAXARGS 32 /* MMC */ -#define CONFIG_FSL_USDHC -/* Secure boot (HAB) support */ -#ifdef CONFIG_SECURE_BOOT -#define CONFIG_CSF_SIZE 0x4000 #ifdef CONFIG_SPL_BUILD #define CONFIG_SPL_DRIVERS_MISC_SUPPORT #endif -#endif #endif