From 9dd41a7b0c5c94d74c25edfdd6393c656669c09a Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 12 May 2005 22:48:09 +0000 Subject: * Fix debug code in omap5912osk flash driver * Add support for MPC8247 based "IDS8247" board. --- board/omap5912osk/flash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'board/omap5912osk') diff --git a/board/omap5912osk/flash.c b/board/omap5912osk/flash.c index 36d8817027..fd6b9c0bbd 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: -- cgit v1.2.3