From: "Robert P. J. Day" Since commit fabc7f66ee022ff6e27ba25aafb237996f440536 allegedly removed the DISKtel Kconfig variable: commit fabc7f66ee022ff6e27ba25aafb237996f440536 Author: Greg Ungerer Date: Tue Oct 16 01:26:30 2007 -0700 M68KNOMMU: remove unused config symbol CONFIG_DISKtel let's really get rid of the final traces. Signed-off-by: Robert P. J. Day Acked-by: Greg Ungerer Signed-off-by: Andrew Morton --- arch/m68knommu/platform/5307/config.c | 3 +-- include/asm-m68knommu/mcfuart.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff -puN arch/m68knommu/platform/5307/config.c~m68knommu-remove-vestiges-of-non-existent-disktel arch/m68knommu/platform/5307/config.c --- a/arch/m68knommu/platform/5307/config.c~m68knommu-remove-vestiges-of-non-existent-disktel +++ a/arch/m68knommu/platform/5307/config.c @@ -104,8 +104,7 @@ void 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; diff -puN include/asm-m68knommu/mcfuart.h~m68knommu-remove-vestiges-of-non-existent-disktel include/asm-m68knommu/mcfuart.h --- a/include/asm-m68knommu/mcfuart.h~m68knommu-remove-vestiges-of-non-existent-disktel +++ a/include/asm-m68knommu/mcfuart.h @@ -33,7 +33,7 @@ #define MCFUART_BASE2 0x240 /* Base address of UART2 */ #define MCFUART_BASE3 0x280 /* Base address of UART3 */ #elif defined(CONFIG_M5249) || defined(CONFIG_M5307) || defined(CONFIG_M5407) -#if defined(CONFIG_NETtel) || defined(CONFIG_DISKtel) || defined(CONFIG_SECUREEDGEMP3) +#if defined(CONFIG_NETtel) || defined(CONFIG_SECUREEDGEMP3) #define MCFUART_BASE1 0x200 /* Base address of UART1 */ #define MCFUART_BASE2 0x1c0 /* Base address of UART2 */ #else _