summaryrefslogtreecommitdiff
path: root/include/mxs_nand.h
diff options
context:
space:
mode:
authorHan Xu <han.xu@nxp.com>2020-05-04 17:08:58 +0300
committerStefano Babic <sbabic@denx.de>2020-05-10 21:55:20 +0300
commit17282f45abba6f10842adafdd47c0f24cae6b0ef (patch)
treefeef293f71dfe3b6b1d7f5fa3f976ae85233d84c /include/mxs_nand.h
parent9fdb5f0a0c3af60375831eeb1988c6934698ad22 (diff)
downloadu-boot-17282f45abba6f10842adafdd47c0f24cae6b0ef.tar.xz
mtd: mxs_nand: fix the gf_13/14 definition issue
gf_13/14 mask was not set correctly in register definition. Signed-off-by: Han Xu <han.xu@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/mxs_nand.h')
-rw-r--r--include/mxs_nand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mxs_nand.h b/include/mxs_nand.h
index 1ac628d064..21d68a909d 100644
--- a/include/mxs_nand.h
+++ b/include/mxs_nand.h
@@ -88,6 +88,7 @@ struct mxs_nand_layout {
u32 ecc0;
u32 datan_size;
u32 eccn;
+ u32 gf_len;
};
int mxs_nand_init_ctrl(struct mxs_nand_info *nand_info);