]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
exynos: remove CONFIG_CORE_COUNT
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 26 Oct 2017 12:24:25 +0000 (21:24 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 27 Oct 2017 12:52:22 +0000 (08:52 -0400)
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 <yamada.masahiro@socionext.com>
Acked-by: Minkyu Kang <mk7.kang@samsung.com>
include/configs/exynos5420-common.h
include/configs/exynos7420-common.h

index 79e6d134915ddb2aca46f2fecd9a019c189aaeaf..ae9ead53f64a0b1aacd81fd1306c70757f4af680 100644 (file)
 #define CONFIG_LOWPOWER_FLAG           0x02020028
 #define CONFIG_LOWPOWER_ADDR           0x0202002C
 
-/*
- * Number of CPUs available
- */
-#define CONFIG_CORE_COUNT              0x8
-
 #define CONFIG_USB_XHCI_EXYNOS
 
 #endif /* __CONFIG_EXYNOS5420_H */
index 0aeec3900afcfe6a684b6cd0c608018a666b25f4..4e104718be9c5393e098d173a568ee6c3323ddc1 100644 (file)
@@ -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)