From: mariusgroeger Date: Fri, 17 May 2002 08:47:52 +0000 (+0000) Subject: Remove trace print out. X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1b191b2fd21d307f89e081d11074cba5c617b600;p=users%2Frw%2Farmboot.git Remove trace print out. --- diff --git a/board/samsung/flash.c b/board/samsung/flash.c index b0000c4..ceaccca 100644 --- a/board/samsung/flash.c +++ b/board/samsung/flash.c @@ -309,9 +309,11 @@ int flash_erase (flash_info_t *info, int s_first, int s_last) result1 = *addr; bsR5 = result1 & (1 << 5); bsR5_2 = result1 & (1 << 21); +#ifdef SAMSUNG_FLASH_DEBUG printf("bsR5 %lx bsR5_2 %lx\n", bsR5, bsR5_2); if (bsR5 != 0 && bsR5_2 != 0) printf("bsR5 %lx bsR5_2 %lx\n", bsR5, bsR5_2); +#endif *addr = CMD_READ_ARRAY; *addr = CMD_RESUME;