diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-05-21 23:51:55 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-23 11:27:05 -0400 |
commit | de0c141feec6a5823461a4dbcc205c71ea601417 (patch) | |
tree | 0ca521d05116bdc2855781320a76dc075ea9cc2a /arch | |
parent | 45c79433c02b8fe7b8a1cbf60548a9798d0502ed (diff) |
ARM: s5pc100_defconfig: change ARCH_S5PC1XX to ARCH_S5PC100
Fixup the defconfig post the latest moves, so ARCH_S5PC1XX becomes
ARCH_S5PC100 which is sufficient to get the system building.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/s5pc100_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/s5pc100_defconfig b/arch/arm/configs/s5pc100_defconfig index dc108afc060c..2053be6c9af1 100644 --- a/arch/arm/configs/s5pc100_defconfig +++ b/arch/arm/configs/s5pc100_defconfig | |||
@@ -171,7 +171,7 @@ CONFIG_DEFAULT_IOSCHED="cfq" | |||
171 | # CONFIG_ARCH_SA1100 is not set | 171 | # CONFIG_ARCH_SA1100 is not set |
172 | # CONFIG_ARCH_S3C2410 is not set | 172 | # CONFIG_ARCH_S3C2410 is not set |
173 | # CONFIG_ARCH_S3C64XX is not set | 173 | # CONFIG_ARCH_S3C64XX is not set |
174 | CONFIG_ARCH_S5PC1XX=y | 174 | CONFIG_ARCH_S5PC100=y |
175 | # CONFIG_ARCH_SHARK is not set | 175 | # CONFIG_ARCH_SHARK is not set |
176 | # CONFIG_ARCH_LH7A40X is not set | 176 | # CONFIG_ARCH_LH7A40X is not set |
177 | # CONFIG_ARCH_U300 is not set | 177 | # CONFIG_ARCH_U300 is not set |