Merge branch '2021-07-28-build-improvements'
[platform/kernel/u-boot.git] / include / configs / exynos7420-common.h
index 2885cd7..6c0aa9b 100644 (file)
@@ -16,8 +16,6 @@
 #include <asm/arch/cpu.h>              /* get chip and board defs */
 #include <linux/sizes.h>
 
-#define CONFIG_ARCH_CPU_INIT
-
 /* Size of malloc() pool before and after relocation */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (80 << 20))
 
@@ -64,7 +62,6 @@
 #define PHYS_SDRAM_8_SIZE      SDRAM_BANK_SIZE
 
 /* Configuration of ENV Blocks */
-#define CONFIG_ENV_SIZE        (16 << 10) /* 16 KB */
 
 #define BOOT_TARGET_DEVICES(func) \
        func(MMC, mmc, 1) \