From 00687674a996c4bc51ac6c3b24c09ac3fc1bbaef Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 26 Oct 2017 21:24:25 +0900 Subject: exynos: remove CONFIG_CORE_COUNT This macro is defined, but not referenced by anyone. I did not touch config_whitelist.txt - the CONFIG will be dropped by the next re-sync. Signed-off-by: Masahiro Yamada Acked-by: Minkyu Kang --- include/configs/exynos7420-common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/exynos7420-common.h') diff --git a/include/configs/exynos7420-common.h b/include/configs/exynos7420-common.h index 0aeec3900a..4e104718be 100644 --- a/include/configs/exynos7420-common.h +++ b/include/configs/exynos7420-common.h @@ -43,9 +43,6 @@ #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_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x3E00000) -- cgit