mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 00:21:06 +00:00
Fix to davinci_nand.h to place CEnCFG registers at correct
Signed-off-by: Peter Howard <phoward@gme.net.au>
This commit is contained in:
parent
69c125fe7b
commit
c165994299
1 changed files with 6 additions and 4 deletions
|
@ -35,10 +35,12 @@ struct davinci_emif_regs {
|
|||
uint32_t sdrcr;
|
||||
union {
|
||||
uint32_t abncr[4];
|
||||
uint32_t ab1cr;
|
||||
uint32_t ab2cr;
|
||||
uint32_t ab3cr;
|
||||
uint32_t ab4cr;
|
||||
struct {
|
||||
uint32_t ab1cr;
|
||||
uint32_t ab2cr;
|
||||
uint32_t ab3cr;
|
||||
uint32_t ab4cr;
|
||||
};
|
||||
};
|
||||
uint32_t sdtimr;
|
||||
uint32_t ddrsr;
|
||||
|
|
Loading…
Reference in a new issue