rk: add debug_uart.h
author黄涛 <huangtao@rock-chips.com>
Wed, 9 Jan 2013 02:07:14 +0000 (10:07 +0800)
committer黄涛 <huangtao@rock-chips.com>
Wed, 9 Jan 2013 03:04:27 +0000 (11:04 +0800)
arch/arm/plat-rk/fiq.c
arch/arm/plat-rk/include/plat/debug-macro.S
arch/arm/plat-rk/sram.c

index 23d7599612c5c805981d257a66f30098e632ca35..127135949b6cbbcf7fea840c4589933955cf066e 100644 (file)
@@ -27,6 +27,7 @@
 #include <asm/fiq.h>
 #include <mach/io.h>
 #include <mach/fiq.h>
+#include <mach/debug_uart.h>
 
 
 // GIC ICDISR
index bb48d931a65757c8c49f404dc13a9d74579fbbee..ba93177f6b02ba07cd587f919d7b735bcd09b321 100644 (file)
@@ -13,6 +13,7 @@
  */
 
 #include <mach/io.h>
+#include <mach/debug_uart.h>
 
 #ifdef DEBUG_UART_PHYS
        .macro addruart, rp, rv
index c2adeb67130093135591a4fbaca16c6d9833ad43..7b55afbb1a7c2513aea92f64f646a583d1db95e2 100755 (executable)
@@ -16,6 +16,7 @@
 #include <mach/memory.h>
 #include <plat/sram.h>
 #include <mach/gpio.h>
+#include <mach/debug_uart.h>
 
 /* SRAM section definitions from the linker */
 extern char __sram_code_start, __ssram_code_text, __esram_code_text;