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 @@ #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 |