diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-05-16 09:53:15 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-05-16 09:53:15 -0400 |
commit | a551204badbea5119a84ee4f03faefce9f2c0543 (patch) | |
tree | 8592f756c984f376be13cf839c4815ff8a7266a6 /arch/arm/Makefile | |
parent | 26625ddadbe9cd5791c9d64b0425821b036c5188 (diff) | |
parent | 199642bfe107c411f25fbfc16c9fd49cfef9785d (diff) |
Merge branch 'samsung/cleanup-plat-s5p' into next/soc2
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 2aa75b58bf12..fcc2170d2cd7 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -211,7 +211,7 @@ plat-$(CONFIG_PLAT_NOMADIK) := nomadik | |||
211 | plat-$(CONFIG_PLAT_ORION) := orion | 211 | plat-$(CONFIG_PLAT_ORION) := orion |
212 | plat-$(CONFIG_PLAT_PXA) := pxa | 212 | plat-$(CONFIG_PLAT_PXA) := pxa |
213 | plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx samsung | 213 | plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx samsung |
214 | plat-$(CONFIG_PLAT_S5P) := s5p samsung | 214 | plat-$(CONFIG_PLAT_S5P) := samsung |
215 | plat-$(CONFIG_PLAT_SPEAR) := spear | 215 | plat-$(CONFIG_PLAT_SPEAR) := spear |
216 | plat-$(CONFIG_PLAT_VERSATILE) := versatile | 216 | plat-$(CONFIG_PLAT_VERSATILE) := versatile |
217 | 217 | ||