diff options
author | Benoît Thébaudeau | 2012-08-13 07:27:58 +0000 |
---|---|---|
committer | Albert ARIBAUD | 2012-09-01 14:58:30 +0200 |
commit | 8e99ecd74bf3f36d0b60219f68b96e7ead285416 (patch) | |
tree | 2aed27cafda2d6b1b319023c9cb566c790d34490 /arch/arm/include/asm/arch-imx | |
parent | ac966aac9fadec2d0071625df863580d63bd00b4 (diff) |
mxc: Define architecture identifier
Define ARCH_MXC for i.MX devices. This is useful to identify features or
behaviors common to all i.MX SoCs.
The i.MX28 is omitted because its architecture is a bit different (like imx/mxc
vs. mxs in Linux).
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Andy Fleming <afleming@gmail.com>
Cc: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-imx')
-rw-r--r-- | arch/arm/include/asm/arch-imx/imx-regs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imx/imx-regs.h b/arch/arm/include/asm/arch-imx/imx-regs.h index ec94ba913f4..4de0779d28b 100644 --- a/arch/arm/include/asm/arch-imx/imx-regs.h +++ b/arch/arm/include/asm/arch-imx/imx-regs.h @@ -1,5 +1,8 @@ #ifndef _IMX_REGS_H #define _IMX_REGS_H + +#define ARCH_MXC + /* ------------------------------------------------------------------------ * Motorola IMX system registers * ------------------------------------------------------------------------ |