提交 c1659942 编写于 作者: P Peter Howard 提交者: Tom Rini

Fix to davinci_nand.h to place CEnCFG registers at correct

Signed-off-by: NPeter Howard <phoward@gme.net.au>
上级 69c125fe
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册