diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2008-07-05 10:02:52 +0200 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 10:02:52 +0200 |
commit | ce8ffef0bfd6e55d5da3923d8e9af27c3b5c4eff (patch) | |
tree | e8b8fe408418ebd90fd6608ec26df7a12ac6e3c6 /include/asm-arm/arch-mxc/debug-macro.S | |
parent | 1b53218bfa4c0e17fc16ff7fadb85b82bbd3c77c (diff) | |
download | kernel_samsung_espresso10-ce8ffef0bfd6e55d5da3923d8e9af27c3b5c4eff.zip kernel_samsung_espresso10-ce8ffef0bfd6e55d5da3923d8e9af27c3b5c4eff.tar.gz kernel_samsung_espresso10-ce8ffef0bfd6e55d5da3923d8e9af27c3b5c4eff.tar.bz2 |
MX31: add basic pcm037 board support
This patch adds basic board support for phytecs pmc037 board.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/asm-arm/arch-mxc/debug-macro.S')
-rw-r--r-- | include/asm-arm/arch-mxc/debug-macro.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mxc/debug-macro.S b/include/asm-arm/arch-mxc/debug-macro.S index 34befbb..81caa0a 100644 --- a/include/asm-arm/arch-mxc/debug-macro.S +++ b/include/asm-arm/arch-mxc/debug-macro.S @@ -16,6 +16,9 @@ #ifdef CONFIG_MACH_MX31ADS #include <asm/arch/board-mx31ads.h> #endif +#ifdef CONFIG_MACH_PCM037 +#include <asm/arch/board-pcm037.h> +#endif .macro addruart,rx mrc p15, 0, \rx, c1, c0 |