X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fexynos7420-common.h;h=2885cd70928e35eed5c1d30453a972e46067dcb8;hb=4862830b696a6d0750e19d32a82553cdb41a85f8;hp=9e0396208ab726d1cd9e1e4b2c531d757d6da385;hpb=e39448e8be8389f5ddeabae0ec9c6a3b7b8a2ca6;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/exynos7420-common.h b/include/configs/exynos7420-common.h index 9e03962..2885cd7 100644 --- a/include/configs/exynos7420-common.h +++ b/include/configs/exynos7420-common.h @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Configuration settings for the Espresso7420 board. * Copyright (C) 2016 Samsung Electronics * Thomas Abraham - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_EXYNOS7420_COMMON_H @@ -18,8 +17,6 @@ #include #define CONFIG_ARCH_CPU_INIT -#define CONFIG_DISPLAY_BOARDINFO -#define CONFIG_BOARD_EARLY_INIT_F /* Size of malloc() pool before and after relocation */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (80 << 20)) @@ -27,16 +24,11 @@ /* 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 @@ -48,15 +40,9 @@ #define CONFIG_IRAM_BASE 0x02100000 #define CONFIG_IRAM_SIZE 0x58000 #define CONFIG_IRAM_END (CONFIG_IRAM_BASE + CONFIG_IRAM_SIZE) - -/* Number of CPUs available */ -#define CONFIG_CORE_COUNT 0x8 +#define CPU_RELEASE_ADDR secondary_boot_addr /* select serial console configuration */ -#define CONFIG_BAUDRATE 115200 -#define CONFIG_SILENT_CONSOLE -#define CONFIG_SYS_CONSOLE_IS_IN_ENV -#define CONFIG_CONSOLE_MUX #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x3E00000)