diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2008-07-05 04:02:52 -0400 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 04:02:52 -0400 |
commit | ce8ffef0bfd6e55d5da3923d8e9af27c3b5c4eff (patch) | |
tree | e8b8fe408418ebd90fd6608ec26df7a12ac6e3c6 /include/asm-arm/arch-mxc/debug-macro.S | |
parent | 1b53218bfa4c0e17fc16ff7fadb85b82bbd3c77c (diff) |
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 34befbb2ea42..81caa0aacfef 100644 --- a/include/asm-arm/arch-mxc/debug-macro.S +++ b/include/asm-arm/arch-mxc/debug-macro.S | |||
@@ -16,6 +16,9 @@ | |||
16 | #ifdef CONFIG_MACH_MX31ADS | 16 | #ifdef CONFIG_MACH_MX31ADS |
17 | #include <asm/arch/board-mx31ads.h> | 17 | #include <asm/arch/board-mx31ads.h> |
18 | #endif | 18 | #endif |
19 | #ifdef CONFIG_MACH_PCM037 | ||
20 | #include <asm/arch/board-pcm037.h> | ||
21 | #endif | ||
19 | 22 | ||
20 | .macro addruart,rx | 23 | .macro addruart,rx |
21 | mrc p15, 0, \rx, c1, c0 | 24 | mrc p15, 0, \rx, c1, c0 |