diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-26 21:24:25 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-27 08:52:22 -0400 |
commit | 00687674a996c4bc51ac6c3b24c09ac3fc1bbaef (patch) | |
tree | 63539616e8a9250a871781147233c6702c79b9bf /include/configs/exynos5420-common.h | |
parent | 08019ccf9ce95128a25d170940d18b380182c38f (diff) | |
download | u-boot-00687674a996c4bc51ac6c3b24c09ac3fc1bbaef.tar.gz |
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 <yamada.masahiro@socionext.com>
Acked-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/exynos5420-common.h')
-rw-r--r-- | include/configs/exynos5420-common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/exynos5420-common.h b/include/configs/exynos5420-common.h index 79e6d13491..ae9ead53f6 100644 --- a/include/configs/exynos5420-common.h +++ b/include/configs/exynos5420-common.h @@ -43,11 +43,6 @@ #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 */ |