diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-08-06 20:20:32 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-19 21:14:13 +0200 |
commit | cb6c03019cdd383cdba1614f9712bd35715171a3 (patch) | |
tree | 2a76fe502554ee9a275493dc2719720e88b06967 /arch/arm/Makefile | |
parent | edaff7e1c6f5f433acc8b957c95434de98ba18ea (diff) | |
download | linux-stable-cb6c03019cdd383cdba1614f9712bd35715171a3.tar.gz linux-stable-cb6c03019cdd383cdba1614f9712bd35715171a3.tar.bz2 linux-stable-cb6c03019cdd383cdba1614f9712bd35715171a3.zip |
ARM: exynos: stop selecting PLAT_SAMSUNG
Now that no code in arch/arm is shared between mach-exynos and the
others, make the split formal.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Link: https://lore.kernel.org/r/20200806182059.2431-15-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 4e877354515f..826613a20b7d 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -232,7 +232,6 @@ machine-$(CONFIG_PLAT_SPEAR) += spear # Platform directory name. This list is sorted alphanumerically # by CONFIG_* macro name. -plat-$(CONFIG_ARCH_EXYNOS) += samsung plat-$(CONFIG_ARCH_OMAP) += omap plat-$(CONFIG_ARCH_S3C64XX) += samsung plat-$(CONFIG_ARCH_S5PV210) += samsung |