Quinn Jensen | 52c543f | 2007-07-09 22:06:53 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved. |
| 3 | */ |
| 4 | |
| 5 | /* |
| 6 | * This program is free software; you can redistribute it and/or modify |
| 7 | * it under the terms of the GNU General Public License version 2 as |
| 8 | * published by the Free Software Foundation. |
| 9 | */ |
| 10 | |
Quinn Jensen | 52c543f | 2007-07-09 22:06:53 +0100 | [diff] [blame] | 11 | #ifndef __ASM_ARCH_MXC_HARDWARE_H__ |
| 12 | #define __ASM_ARCH_MXC_HARDWARE_H__ |
| 13 | |
| 14 | #include <asm/sizes.h> |
| 15 | |
Robert Schwebel | d2db9aa | 2008-04-02 10:29:30 +0100 | [diff] [blame^] | 16 | #ifdef CONFIG_ARCH_MX3 |
| 17 | # include <asm/arch/mx31.h> |
| 18 | #endif |
Quinn Jensen | 52c543f | 2007-07-09 22:06:53 +0100 | [diff] [blame] | 19 | |
| 20 | #include <asm/arch/mxc.h> |
| 21 | |
Quinn Jensen | 52c543f | 2007-07-09 22:06:53 +0100 | [diff] [blame] | 22 | /* |
| 23 | * --------------------------------------------------------------------------- |
| 24 | * Board specific defines |
| 25 | * --------------------------------------------------------------------------- |
| 26 | */ |
Robert Schwebel | d2db9aa | 2008-04-02 10:29:30 +0100 | [diff] [blame^] | 27 | #ifdef CONFIG_MACH_MX31ADS |
| 28 | # include <asm/arch/board-mx31ads.h> |
Quinn Jensen | 52c543f | 2007-07-09 22:06:53 +0100 | [diff] [blame] | 29 | #endif |
| 30 | |
Robert Schwebel | f304fc4 | 2008-03-28 10:59:08 +0100 | [diff] [blame] | 31 | #endif /* __ASM_ARCH_MXC_HARDWARE_H__ */ |