mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
driver/ddr/fsl: Add more debug registers
32 more debug registers are added for newer DDR controllers. Signed-off-by: York Sun <york.sun@nxp.com> Signed-off-by: Shengzhou Liu <Shengzhou.Liu@nxp.com>
This commit is contained in:
parent
1a87c24fe8
commit
b406731aa9
4 changed files with 5 additions and 6 deletions
|
@ -299,7 +299,7 @@ typedef struct fsl_ddr_cfg_regs_s {
|
|||
unsigned int ddr_cdr2;
|
||||
unsigned int err_disable;
|
||||
unsigned int err_int_en;
|
||||
unsigned int debug[32];
|
||||
unsigned int debug[64];
|
||||
} fsl_ddr_cfg_regs_t;
|
||||
|
||||
typedef struct memctl_options_partial_s {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue