mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
misc: fuse: Update imx8 fuse driver for 8QM
Add the second ECC fuse area for 8QM which is different with 8QXP Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
dc597d1d40
commit
e5e95ecf1e
1 changed files with 5 additions and 0 deletions
|
@ -15,8 +15,13 @@ DECLARE_GLOBAL_DATA_PTR;
|
|||
#define FSL_ECC_WORD_START_1 0x10
|
||||
#define FSL_ECC_WORD_END_1 0x10F
|
||||
|
||||
#ifdef CONFIG_IMX8QM
|
||||
#define FSL_ECC_WORD_START_2 0x1A0
|
||||
#define FSL_ECC_WORD_END_2 0x1FF
|
||||
#elif defined(CONFIG_IMX8QXP)
|
||||
#define FSL_ECC_WORD_START_2 0x220
|
||||
#define FSL_ECC_WORD_END_2 0x31F
|
||||
#endif
|
||||
|
||||
#define FSL_QXP_FUSE_GAP_START 0x110
|
||||
#define FSL_QXP_FUSE_GAP_END 0x21F
|
||||
|
|
Loading…
Add table
Reference in a new issue