mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
bootqca: correct misprint log
Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org> Change-Id: I87b4f3b2aa4af9af41486e8056bd759a1722ba7c
This commit is contained in:
parent
bce99ec378
commit
15aa7bfe5a
2 changed files with 2 additions and 2 deletions
|
|
@ -253,7 +253,7 @@ int config_select(unsigned int addr, char *rcmd, int rcmd_size)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
printf("Config not availabale\n");
|
printf("Config not available\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -878,7 +878,7 @@ static void qpic_serial_update_dev_params(struct mtd_info *mtd)
|
||||||
mtd->ecc_strength = 8;
|
mtd->ecc_strength = 8;
|
||||||
else
|
else
|
||||||
mtd->ecc_strength = 4;
|
mtd->ecc_strength = 4;
|
||||||
printf("Serial NAND device Manufature:%s\n",serial_params->name);
|
printf("Serial NAND device Manufacturer:%s\n",serial_params->name);
|
||||||
printf("Device Size:%d MiB, Page size:%d, Spare Size:%d, ECC:%d-bit\n",
|
printf("Device Size:%d MiB, Page size:%d, Spare Size:%d, ECC:%d-bit\n",
|
||||||
(int)(dev->density >> 20), dev->page_size, mtd->oobsize, mtd->ecc_strength);
|
(int)(dev->density >> 20), dev->page_size, mtd->oobsize, mtd->ecc_strength);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue