|
@@ -17,7 +17,7 @@
|
|
#include <mach/hardware.h>
|
|
#include <mach/hardware.h>
|
|
|
|
|
|
static struct map_desc imx_lluart_desc = {
|
|
static struct map_desc imx_lluart_desc = {
|
|
-#ifdef CONFIG_DEBUG_IMX6Q_UART
|
|
|
|
|
|
+#ifdef CONFIG_DEBUG_IMX6Q_UART4
|
|
.virtual = MX6Q_IO_P2V(MX6Q_UART4_BASE_ADDR),
|
|
.virtual = MX6Q_IO_P2V(MX6Q_UART4_BASE_ADDR),
|
|
.pfn = __phys_to_pfn(MX6Q_UART4_BASE_ADDR),
|
|
.pfn = __phys_to_pfn(MX6Q_UART4_BASE_ADDR),
|
|
.length = MX6Q_UART4_SIZE,
|
|
.length = MX6Q_UART4_SIZE,
|