diff options
author | wdenk <wdenk> | 2005-05-12 22:48:09 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-05-12 22:48:09 +0000 |
commit | 9dd41a7b0c5c94d74c25edfdd6393c656669c09a (patch) | |
tree | d43aed8a275258bae4a89a79253ab2e6214b3df7 /board/omap5912osk/flash.c | |
parent | d44e14b5fcf362154bd6a18e15446932f510cecf (diff) | |
download | u-boot-imx-9dd41a7b0c5c94d74c25edfdd6393c656669c09a.zip u-boot-imx-9dd41a7b0c5c94d74c25edfdd6393c656669c09a.tar.gz u-boot-imx-9dd41a7b0c5c94d74c25edfdd6393c656669c09a.tar.bz2 |
* Fix debug code in omap5912osk flash driver
* Add support for MPC8247 based "IDS8247" board.
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: |