Sfoglia il codice sorgente

Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash

Wolfgang Denk 14 anni fa
parent
commit
c0c3590bb2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      drivers/mtd/cfi_flash.c

+ 1 - 1
drivers/mtd/cfi_flash.c

@@ -2033,7 +2033,7 @@ unsigned long flash_init (void)
 			printf ("## Unknown FLASH on Bank %d "
 				"- Size = 0x%08lx = %ld MB\n",
 				i+1, flash_info[i].size,
-				flash_info[i].size << 20);
+				flash_info[i].size >> 20);
 #endif /* CONFIG_SYS_FLASH_QUIET_TEST */
 		}
 #ifdef CONFIG_SYS_FLASH_PROTECTION