diff options
author | Greg Ungerer <gerg@snapgear.com> | 2008-05-01 12:17:21 +1000 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-01 08:08:36 -0700 |
commit | cff28b56bdafd314836f4193b638b88d9b3cb5b1 (patch) | |
tree | b3ef01242f6cceb9844e2c76bd86015fbd932309 /arch | |
parent | 188a9a4841c9b4a56cdd9b58761a882db4873f0c (diff) | |
download | talos-obmc-linux-cff28b56bdafd314836f4193b638b88d9b3cb5b1.tar.gz talos-obmc-linux-cff28b56bdafd314836f4193b638b88d9b3cb5b1.zip |
m68knommu: remove unused CONFIG_DISKtel
Remove unused CONFIG_DISKtel support.
Missing config definition 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')
-rw-r--r-- | arch/m68knommu/platform/5307/config.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/m68knommu/platform/5307/config.c b/arch/m68knommu/platform/5307/config.c index 92dc862fa826..11cff6625dcc 100644 --- a/arch/m68knommu/platform/5307/config.c +++ b/arch/m68knommu/platform/5307/config.c @@ -124,8 +124,7 @@ void __init config_BSP(char *commandp, int size) mcf_setimr(MCFSIM_IMR_MASKALL); #if defined(CONFIG_NETtel) || defined(CONFIG_eLIA) || \ - defined(CONFIG_DISKtel) || defined(CONFIG_SECUREEDGEMP3) || \ - defined(CONFIG_CLEOPATRA) + defined(CONFIG_SECUREEDGEMP3) || defined(CONFIG_CLEOPATRA) /* Copy command line from FLASH to local buffer... */ memcpy(commandp, (char *) 0xf0004000, size); commandp[size-1] = 0; |