Merge tag 'u-boot-amlogic-20230417' of https://source.denx.de/u-boot/custodians/u...
[platform/kernel/u-boot.git] / include / configs / mx7_common.h
index 9f7d60f..d0718bf 100644 (file)
 #include <asm/mach-imx/gpio.h>
 
 /* Timer settings */
-#define CONFIG_MXC_GPT_HCLK
-#define CONFIG_SC_TIMER_CLK 8000000 /* 8Mhz */
-
-#define CONFIG_SYS_BOOTM_LEN   0x1000000
-
-/* Enable iomux-lpsr support */
-#define CONFIG_IOMUX_LPSR
-
-/* Miscellaneous configurable options */
-#define CONFIG_SYS_CBSIZE              512
-#define CONFIG_SYS_MAXARGS             32
-
-/* UART */
-
-/* MMC */
-
-/*
- * If we have defined the OPTEE ram size and not OPTEE it means that we were
- * launched by OPTEE, because of that we shall skip all the low level
- * initialization since it was already done by ATF or OPTEE
- */
+#define CFG_SC_TIMER_CLK 8000000 /* 8Mhz */
 
 #endif