blob: e87ff0679d5ecaccd77cad9de7d8ee1433ff860e [file] [log] [blame]
Quinn Jensen52c543f2007-07-09 22:06:53 +01001/*
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 Jensen52c543f2007-07-09 22:06:53 +010011#ifndef __ASM_ARCH_MXC_HARDWARE_H__
12#define __ASM_ARCH_MXC_HARDWARE_H__
13
14#include <asm/sizes.h>
15
Robert Schwebeld2db9aa2008-04-02 10:29:30 +010016#ifdef CONFIG_ARCH_MX3
17# include <asm/arch/mx31.h>
18#endif
Quinn Jensen52c543f2007-07-09 22:06:53 +010019
20#include <asm/arch/mxc.h>
21
Quinn Jensen52c543f2007-07-09 22:06:53 +010022/*
23 * ---------------------------------------------------------------------------
24 * Board specific defines
25 * ---------------------------------------------------------------------------
26 */
Robert Schwebeld2db9aa2008-04-02 10:29:30 +010027#ifdef CONFIG_MACH_MX31ADS
28# include <asm/arch/board-mx31ads.h>
Quinn Jensen52c543f2007-07-09 22:06:53 +010029#endif
30
Robert Schwebelf304fc42008-03-28 10:59:08 +010031#endif /* __ASM_ARCH_MXC_HARDWARE_H__ */