mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
mtd: nand: mxs_nand_spl: Remove nand size print
It is not much needed to print nand size in SPL during nand boot, and most of nand spl drivers doesn't print the same. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
parent
ff8822998f
commit
ca9d211e2c
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue