/* * linux/arch/arm/mach-adifcc/arch.c * * Copyright (C) 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 version 2 as * published by the Free Software Foundation. */ #include #include #include #include #include #include #include #include #include extern void adifcc_map_io(void); extern void adifcc_init_irq(void); #ifdef CONFIG_ARCH_ADI_EVB MACHINE_START(ADI_EVB, "ADI 80200FCC Evaluation Board") MAINTAINER("MontaVista Software Inc.") BOOT_MEM(0xc0000000, 0x00400000, 0xff400000) MAPIO(adifcc_map_io) INITIRQ(adifcc_init_irq) MACHINE_END #endif