diff options
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 |