aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/include/mach/debug-macro.S
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2008-11-12 15:38:39 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2008-12-16 14:57:57 +0100
commit1553a1ec833ddda51d57f66f8e00904b64b954c8 (patch)
treeb91a105261daa7c29b6a62092c93a4ba2d8c0ea3 /arch/arm/plat-mxc/include/mach/debug-macro.S
parent[ARM] pcm037: Add support for SRAM device (diff)
downloadlinux-dev-1553a1ec833ddda51d57f66f8e00904b64b954c8.tar.xz
linux-dev-1553a1ec833ddda51d57f66f8e00904b64b954c8.zip
Add basic support for MX31PDK board.
Add basic support to the MX31PDK development board, also known as MX31 3DS or MX31 3-stack board (http://www.freescale.com/imx31pdk). Signed-off-by: Fabio Estevam <fabio.estevam@freescale.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.S3
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 b9907bebba3b..602768b427e2 100644
--- a/arch/arm/plat-mxc/include/mach/debug-macro.S
+++ b/arch/arm/plat-mxc/include/mach/debug-macro.S
@@ -28,6 +28,9 @@
#ifdef CONFIG_MACH_PCM038
#include <mach/board-pcm038.h>
#endif
+#ifdef CONFIG_MACH_MX31_3DS
+#include <mach/board-mx31pdk.h>
+#endif
.macro addruart,rx
mrc p15, 0, \rx, c1, c0
tst \rx, #1 @ MMU enabled?