diff options
author | Fabio Estevam <fabioestevam@yahoo.com> | 2009-04-16 23:45:01 +0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-05-07 18:16:55 +0400 |
commit | ec9be0debd822d5bd1d5bfdf297144396d56ac6b (patch) | |
tree | eaa59ed2e53d11f7e58e40eb0371a6090a437c6b /arch/arm/plat-mxc/include/mach/debug-macro.S | |
parent | 5ed7449a26bf5336ba9828025f54407227e4f379 (diff) | |
download | linux-ec9be0debd822d5bd1d5bfdf297144396d56ac6b.tar.xz |
MX27: Add basic support to MX27PDK
This patch adds basic support to MX27PDK board http://www.freescale.com/imx27pdk ).
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.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 cc7e89d42874..e6b841b15e36 100644 --- a/arch/arm/plat-mxc/include/mach/debug-macro.S +++ b/arch/arm/plat-mxc/include/mach/debug-macro.S @@ -40,6 +40,9 @@ #ifdef CONFIG_MACH_PCM043 #include <mach/board-pcm043.h> #endif +#ifdef CONFIG_MACH_MX27_3DS +#include <mach/board-mx27pdk.h> +#endif .macro addruart,rx mrc p15, 0, \rx, c1, c0 tst \rx, #1 @ MMU enabled? |