diff options
Diffstat (limited to 'board/omap5912osk/flash.c')
-rw-r--r-- | board/omap5912osk/flash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/omap5912osk/flash.c b/board/omap5912osk/flash.c index 36d8817..fd6b9c0 100644 --- a/board/omap5912osk/flash.c +++ b/board/omap5912osk/flash.c @@ -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: |