]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_arm/board.c
* Patches by Robert Schwebel, 06 Mar 2003:
[karo-tx-uboot.git] / lib_arm / board.c
index 31cdd9ccde24873c48a48f66f969a9ea49569c9f..5b7bb6e3799cc2384dc6ac431553a54c347df09e 100644 (file)
@@ -269,7 +269,7 @@ void start_armboot (void)
        board_post_init ();
 #endif
 
-printf ("### vfd_type=0x%02X vfd_data_lines_inv=%d\n",gd->vfd_type,gd->vfd_inv_data);
+printf ("### FB @ %08lX vfd_type=0x%02X vfd_data_lines_inv=%d\n",gd->fb_base,gd->vfd_type,gd->vfd_inv_data);
 
        /* main_loop() can return to retry autoboot, if so just run it again. */
        for (;;) {