diff options
author | Alberto Panizzo <maramaopercheseimorto@gmail.com> | 2009-05-19 12:01:03 +0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-05-19 13:24:57 +0400 |
commit | 5e9145edcc368295cb353872b4a6026e13f5565e (patch) | |
tree | 678702107a3b320bde0ee73f61cb121ed3d1205b /arch/arm/plat-mxc/include/mach/debug-macro.S | |
parent | 135cad366b4e7d6a79f6369f6cb5b721985aa62f (diff) | |
download | linux-5e9145edcc368295cb353872b4a6026e13f5565e.tar.xz |
Atmark Armadillo 500 board support.
Signed-off-by: Alberto Panizzo <maramaopercheseimorto@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/debug-macro.S')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/debug-macro.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/debug-macro.S b/arch/arm/plat-mxc/include/mach/debug-macro.S index e6b841b15e36..57d3e3fccc6d 100644 --- a/arch/arm/plat-mxc/include/mach/debug-macro.S +++ b/arch/arm/plat-mxc/include/mach/debug-macro.S @@ -43,6 +43,9 @@ #ifdef CONFIG_MACH_MX27_3DS #include <mach/board-mx27pdk.h> #endif +#ifdef CONFIG_MACH_ARMADILLO5X0 +#include <mach/board-armadillo5x0.h> +#endif .macro addruart,rx mrc p15, 0, \rx, c1, c0 tst \rx, #1 @ MMU enabled? |