diff options
| author | Paul Mackerras <paulus@samba.org> | 2005-11-18 06:30:06 -0500 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2006-01-08 22:49:38 -0500 |
| commit | c1189c9275dbaa474e1f5ce0b62f6b4d9be67d51 (patch) | |
| tree | 11f1e7026c70b163027453ccd7e0fe052c63cea4 /include/asm-ppc | |
| parent | d6a55504b31dac7a0fd5d12bb6bd9f3773c88569 (diff) | |
ppc: remove duplicate bseip.h
include/asm-ppc/bseip.h is a duplicate of arch/ppc/platforms/bseip.h
and is not referenced anywhere, so get rid of it. Pointed out by
Marcelo Tosatti.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-ppc')
| -rw-r--r-- | include/asm-ppc/bseip.h | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/include/asm-ppc/bseip.h b/include/asm-ppc/bseip.h deleted file mode 100644 index 691f4a52b0a5..000000000000 --- a/include/asm-ppc/bseip.h +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * A collection of structures, addresses, and values associated with | ||
| 3 | * the Bright Star Engineering ip-Engine board. Copied from the MBX stuff. | ||
| 4 | * | ||
| 5 | * Copyright (c) 1998 Dan Malek (dmalek@jlc.net) | ||
| 6 | */ | ||
| 7 | #ifndef __MACH_BSEIP_DEFS | ||
| 8 | #define __MACH_BSEIP_DEFS | ||
| 9 | |||
| 10 | #ifndef __ASSEMBLY__ | ||
| 11 | /* A Board Information structure that is given to a program when | ||
| 12 | * prom starts it up. | ||
| 13 | */ | ||
| 14 | typedef struct bd_info { | ||
| 15 | unsigned int bi_memstart; /* Memory start address */ | ||
| 16 | unsigned int bi_memsize; /* Memory (end) size in bytes */ | ||
| 17 | unsigned int bi_intfreq; /* Internal Freq, in Hz */ | ||
| 18 | unsigned int bi_busfreq; /* Bus Freq, in Hz */ | ||
| 19 | unsigned char bi_enetaddr[6]; | ||
| 20 | unsigned int bi_baudrate; | ||
| 21 | } bd_t; | ||
| 22 | |||
| 23 | extern bd_t m8xx_board_info; | ||
| 24 | |||
| 25 | /* Memory map is configured by the PROM startup. | ||
| 26 | * All we need to get started is the IMMR. | ||
| 27 | */ | ||
| 28 | #define IMAP_ADDR ((uint)0xff000000) | ||
| 29 | #define IMAP_SIZE ((uint)(64 * 1024)) | ||
| 30 | #define PCMCIA_MEM_ADDR ((uint)0x04000000) | ||
| 31 | #define PCMCIA_MEM_SIZE ((uint)(64 * 1024)) | ||
| 32 | #endif /* !__ASSEMBLY__ */ | ||
| 33 | |||
| 34 | /* We don't use the 8259. | ||
| 35 | */ | ||
| 36 | #define NR_8259_INTS 0 | ||
| 37 | |||
| 38 | #endif | ||
