From 87ac71fe7af8eea13a7dc384720b66b2cd6e110d Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 14 Oct 2007 16:59:08 -0500 Subject: [PATCH] cleanup --- arch/ppc/platforms/@! | 63 ------------------------------------------- 1 file changed, 63 deletions(-) delete mode 100644 arch/ppc/platforms/@! diff --git a/arch/ppc/platforms/@! b/arch/ppc/platforms/@! deleted file mode 100644 index 14e38d2..0000000 --- a/arch/ppc/platforms/@! +++ /dev/null @@ -1,63 +0,0 @@ -/* - * include/asm-ppc/sandpoint_serial.h - * - * Definitions for Motorola SPS Sandpoint Test Platform - * - * Author: Mark A. Greer - * mgreer@mvista.com - * - * Copyright 2001 MontaVista Software Inc. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the - * Free Software Foundation; either version 2 of the License, or (at your - * option) any later version. - */ - -#ifndef __ASMPPC_SANDPOINT_SERIAL_H -#define __ASMPPC_SANDPOINT_SERIAL_H - -#include -#if 0 -#define SANDPOINT_SERIAL_0 0xfe0003f8 -#define SANDPOINT_SERIAL_1 0xfe0002f8 -#endif //REX: -#if 0 -extern unsigned long ioremap_base; -#define SANDPOINT_SERIAL_0 (ioremap_base - 0x100000 + 0x4500) -//#define SANDPOINT_SERIAL_1 (MPC10X_MAPB_EUMB_BASE+0x4600) -#endif -#define SANDPOINT_SERIAL_0 0xFC004500 - -#ifdef CONFIG_SERIAL_MANY_PORTS -#define RS_TABLE_SIZE 64 -#else -#define RS_TABLE_SIZE 1 -#endif - -/* Rate for the 1.8432 Mhz clock for the onboard serial chip */ -//#define BASE_BAUD ( 1843200 / 16 ) -//REX: -#define BASE_BAUD (100000000/16) - -#ifdef CONFIG_SERIAL_DETECT_IRQ -#define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF|ASYNC_SKIP_TEST|ASYNC_AUTO_IRQ) -#else -#define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF|ASYNC_SKIP_TEST) -#endif -#if 0 -#define STD_SERIAL_PORT_DFNS \ - { 0, BASE_BAUD, SANDPOINT_SERIAL_0, 4, STD_COM_FLAGS, /* ttyS0 */ \ - iomem_base: (u8 *)SANDPOINT_SERIAL_0, \ - io_type: SERIAL_IO_MEM }, \ -#endif -//REX: -#define STD_SERIAL_PORT_DFNS \ - { 0, BASE_BAUD, SANDPOINT_SERIAL_0, 127, STD_COM_FLAGS, /* ttyS0 */ \ - iomem_base: (u8 *)SANDPOINT_SERIAL_0, \ - io_type: SERIAL_IO_MEM }, - -#define SERIAL_PORT_DFNS \ - STD_SERIAL_PORT_DFNS - -#endif /* __ASMPPC_SANDPOINT_SERIAL_H */ -- 2.20.1