Merge tag 'efi-2020-07-rc2-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / include / configs / exynos7420-common.h
index 1cea74e9542cd2667be3fce2a4589bf6de78d5d9..6c0aa9bcd4a636226eb9309b67a91ed9d7dde2b0 100644 (file)
@@ -1,9 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Configuration settings for the Espresso7420 board.
  * Copyright (C) 2016 Samsung Electronics
  * Thomas Abraham <thomas.ab@samsung.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __CONFIG_EXYNOS7420_COMMON_H
 #include <asm/arch/cpu.h>              /* get chip and board defs */
 #include <linux/sizes.h>
 
-#define CONFIG_ARCH_CPU_INIT
-#define CONFIG_BOARD_EARLY_INIT_F
-
 /* Size of malloc() pool before and after relocation */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (80 << 20))
 
 /* Miscellaneous configurable options */
 #define CONFIG_SYS_CBSIZE              1024    /* Console I/O Buffer Size */
 #define CONFIG_SYS_PBSIZE              1024    /* Print Buffer Size */
-#define CONFIG_SYS_MAXARGS             16      /* max number of command args */
 
 /* Boot Argument Buffer Size */
 #define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
 /* select serial console configuration */
-#define CONFIG_BAUDRATE                        115200
-
-/* FLASH and environment organization */
-#define CONFIG_SYS_NO_FLASH
 
 /* Timer input clock frequency */
 #define COUNTER_FREQUENCY              24000000
 #define CONFIG_IRAM_END                        (CONFIG_IRAM_BASE + CONFIG_IRAM_SIZE)
 #define CPU_RELEASE_ADDR               secondary_boot_addr
 
-/* Number of CPUs available */
-#define CONFIG_CORE_COUNT              0x8
-
 /* select serial console configuration */
-#define CONFIG_BAUDRATE                        115200
 
 #define CONFIG_SYS_LOAD_ADDR           (CONFIG_SYS_SDRAM_BASE + 0x3E00000)
 
@@ -75,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) \