mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 09:21:26 +01:00
drivers: mtd: nand: Updating part MX35UF4GE4AD-Z4I
The MX35UF4GE4AD-Z4I part has 256 bytes of spare size. Updating the correct info in the nand table. Change-Id: Ic3c71d870db8f7e54d0aeb0de27e1812f0fdff7d Signed-off-by: Hariharan K <quic_harihk@quicinc.com>
This commit is contained in:
parent
18b9df54bf
commit
b7dd2c641e
1 changed files with 1 additions and 1 deletions
|
|
@ -403,7 +403,7 @@ static struct qpic_serial_nand_params qpic_serial_nand_tbl[] = {
|
|||
.erase_blk_size = 0x00040000,
|
||||
.pgs_per_blk = 64,
|
||||
.no_of_blocks = 2048,
|
||||
.spare_size = 160,
|
||||
.spare_size = 256,
|
||||
.density = 0x20000000,
|
||||
.otp_region = 0x2000,
|
||||
.no_of_addr_cycle = 0x3,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue