]> xenbits.xensource.com Git - people/aperard/linux-chromebook.git/commitdiff
ignore uart initialisation.
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 25 Feb 2013 19:06:36 +0000 (19:06 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Wed, 27 Feb 2013 12:08:19 +0000 (12:08 +0000)
arch/arm/plat-samsung/include/plat/uncompress.h

index 7e068d182c3ddbb8b0bd50f5b84e490742c296df..d02a73be3318f65163d6a63d21d07eb114a23ce0 100644 (file)
@@ -66,6 +66,7 @@ uart_rd(unsigned int reg)
 
 static void putc(int ch)
 {
+    return;
        if (uart_rd(S3C2410_UFCON) & S3C2410_UFCON_FIFOMODE) {
                int level;
 
@@ -167,6 +168,7 @@ static inline void arch_enable_uart_fifo(void)
 static void
 arch_decomp_setup(void)
 {
+    return; // return, no uart on Xen!
        /* we may need to setup the uart(s) here if we are not running
         * on an BAST... the BAST will have left the uarts configured
         * after calling linux.