diff options
author | Greg Ungerer <gerg@snapgear.com> | 2008-04-30 22:17:00 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-01 11:08:35 -0400 |
commit | 653620d6190670a7e2e3a6c7c0a4f78badb0e31f (patch) | |
tree | ed1daa9531038552009e20ce5ecec8da88b302a0 /arch/m68knommu | |
parent | d259c329835bc1c17eca1dac7604baaf2d895e73 (diff) |
m68knommu: remove unused CONFIG_MTD_KeyTechnology
Remove unused board type CONFIG_MTD_KeyTechnology.
Pointed out by Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/platform/5272/config.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/m68knommu/platform/5272/config.c b/arch/m68knommu/platform/5272/config.c index 2aca599a1ca7..230bae691a7f 100644 --- a/arch/m68knommu/platform/5272/config.c +++ b/arch/m68knommu/platform/5272/config.c | |||
@@ -139,10 +139,6 @@ void __init config_BSP(char *commandp, int size) | |||
139 | /* Copy command line from FLASH to local buffer... */ | 139 | /* Copy command line from FLASH to local buffer... */ |
140 | memcpy(commandp, (char *) 0xf0004000, size); | 140 | memcpy(commandp, (char *) 0xf0004000, size); |
141 | commandp[size-1] = 0; | 141 | commandp[size-1] = 0; |
142 | #elif defined(CONFIG_MTD_KeyTechnology) | ||
143 | /* Copy command line from FLASH to local buffer... */ | ||
144 | memcpy(commandp, (char *) 0xffe06000, size); | ||
145 | commandp[size-1] = 0; | ||
146 | #elif defined(CONFIG_CANCam) | 142 | #elif defined(CONFIG_CANCam) |
147 | /* Copy command line from FLASH to local buffer... */ | 143 | /* Copy command line from FLASH to local buffer... */ |
148 | memcpy(commandp, (char *) 0xf0010000, size); | 144 | memcpy(commandp, (char *) 0xf0010000, size); |