]> xenbits.xensource.com Git - people/sstabellini/linux-pvhvm-deprecated.git/commitdiff
HACK! fixup UART address used by zImage decompressor
authorDavid Vrabel <david.vrabel@citrix.com>
Tue, 10 Jan 2012 16:21:18 +0000 (16:21 +0000)
committerDavid Vrabel <david.vrabel@citrix.com>
Tue, 10 Jan 2012 16:21:18 +0000 (16:21 +0000)
arch/arm/mach-vexpress/include/mach/uncompress.h

index c4915658aa1c85d5c53c8dd1c0b83a1316d58491..1c07af258c2e79b336e81bbcb61f734e3ce3ed57 100644 (file)
 
 static unsigned long get_uart_base(void)
 {
+#if 0
        if (AMBA_PERIPH_ID0(UART_BASE) == 0x11)
                return UART_BASE;
        else
+#endif
                return UART_BASE_RS1;
 }