|
@@ -153,7 +153,6 @@ static int mxs_nand_init(void)
|
|
|
nand_chip.numchips = 1;
|
|
|
|
|
|
/* identify flash device */
|
|
|
- puts(": ");
|
|
|
if (mxs_flash_ident(mtd)) {
|
|
|
printf("Failed to identify\n");
|
|
|
return -1;
|
|
@@ -167,7 +166,6 @@ static int mxs_nand_init(void)
|
|
|
mtd->size = nand_chip.chipsize;
|
|
|
nand_chip.scan_bbt(mtd);
|
|
|
|
|
|
- printf("%llu MiB\n", (mtd->size / (1024 * 1024)));
|
|
|
return 0;
|
|
|
}
|
|
|
|