]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/omap5912osk/flash.c
* Fix debug code in omap5912osk flash driver
[karo-tx-uboot.git] / board / omap5912osk / flash.c
index 36d8817027426264002fbc5d7c5a4212e3c9706e..fd6b9c0bbd69716c0a9bda17f96876f0ab62b5be 100644 (file)
@@ -236,14 +236,14 @@ static ulong flash_get_size (FPW * addr, flash_info_t * info)
                info->flash_id +=FLASH_28F256K3;
                info->sector_count = 259;
                info->size = 0x02000000;
-                           printf ("\Intel StrataFlash 28F256K3C device initialized\n");
+               debug ("Intel StrataFlash 28F256K3C device initialized\n");
                break;                  /* => 32 MB     */
 
        case (FPW) (INTEL_ID_28F128J3A):
                info->flash_id +=FLASH_28F128J3A;
                info->sector_count = 259;
                info->size = 0x02000000;
-                           printf ("\Micron StrataFlash MT28F128J3 device initialized\n");
+               debug ("Micron StrataFlash MT28F128J3 device initialized\n");
                break;                  /* => 32 MB     */
 
        default: