diff options
author | Tom Rini <trini@konsulko.com> | 2015-09-11 13:05:05 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 13:05:05 -0400 |
commit | b1fc3c56d2dc502e7a32afeea5282a0d795920e2 (patch) | |
tree | e75182d99d26381987e5088f76f58e13682ac8c3 /drivers | |
parent | e8b81eef4499c32b11d5f120171f39f67db0db59 (diff) | |
parent | cc19722f040fe326b1622dd1e2699179def7e45d (diff) | |
download | u-boot-imx-b1fc3c56d2dc502e7a32afeea5282a0d795920e2.zip u-boot-imx-b1fc3c56d2dc502e7a32afeea5282a0d795920e2.tar.gz u-boot-imx-b1fc3c56d2dc502e7a32afeea5282a0d795920e2.tar.bz2 |
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mtd/nand/sunxi_nand_spl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/sunxi_nand_spl.c b/drivers/mtd/nand/sunxi_nand_spl.c index bf9b1b1..5985534 100644 --- a/drivers/mtd/nand/sunxi_nand_spl.c +++ b/drivers/mtd/nand/sunxi_nand_spl.c @@ -321,6 +321,7 @@ static int nand_read_buffer(uint32_t offs, unsigned int size, void *dest, { 8192, 40, 1024, 5 }, { 16384, 56, 1024, 5 }, { 8192, 24, 1024, 5 }, + { 4096, 24, 1024, 5 }, }; static int nand_config = -1; int i; |