diff options
| author | Han Xu <[email protected]> | 2020-05-04 22:08:58 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2020-05-10 20:55:20 +0200 |
| commit | 17282f45abba6f10842adafdd47c0f24cae6b0ef (patch) | |
| tree | feef293f71dfe3b6b1d7f5fa3f976ae85233d84c /include | |
| parent | 9fdb5f0a0c3af60375831eeb1988c6934698ad22 (diff) | |
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 <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/mxs_nand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mxs_nand.h b/include/mxs_nand.h index 1ac628d0647..21d68a909d7 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); |
