提交 fa2ddcb4 编写于 作者: P Peter A. G. Crosthwaite 提交者: Peter Maydell

zynq_slcr: Fixed ResetValues enum

There is a gap in the reset region of the address space at offset 0x208. This
throws out all these enum values by one when translating them to address offsets.
Fixed by putting the corresponding gap in the enum as well.
Signed-off-by: NPeter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>
Reviewed-by: NPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
上级 853e65e0
......@@ -91,7 +91,7 @@ typedef enum {
typedef enum {
PSS,
DDDR,
DMAC,
DMAC = 3,
USB,
GEM,
SDIO,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册