added UART init and progress while booting kernel.
[uloader.git] / uloader_mod.c
index e39041a..f3f69ab 100644 (file)
@@ -233,8 +233,8 @@ static int uloader_notify_reboot (struct notifier_block *this, \
       return NOTIFY_DONE;
   }
 
-  printk(KERN_INFO "uloader module booting u-boot\n");
-
+  //printk(KERN_INFO "load_uboot(%8x,%8x,%8x)\n",va2pa(load_uboot), va2pa(uboot_buf), laddr);
+  printk(KERN_INFO "A");
   load_uboot(va2pa(load_uboot), va2pa(uboot_buf), laddr);
 
   return NOTIFY_DONE;  /* This should never be reached */