Skip to content

Commit

Permalink
m68knommu: remove unused CONFIG_DISKtel symbol
Browse files Browse the repository at this point in the history
Remove unused CONFIG_DISKtel define.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Feb 1, 2008
1 parent b7dcf7f commit f6efaf6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/asm-m68knommu/mcfuart.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#define mcfuart_h
/****************************************************************************/


/*
* Define the base address of the UARTS within the MBAR address
* space.
Expand All @@ -33,7 +32,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
Expand Down

0 comments on commit f6efaf6

Please sign in to comment.