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: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
853e65e0b4
commit
fa2ddcb4f5
@ -91,7 +91,7 @@ typedef enum {
|
|||||||
typedef enum {
|
typedef enum {
|
||||||
PSS,
|
PSS,
|
||||||
DDDR,
|
DDDR,
|
||||||
DMAC,
|
DMAC = 3,
|
||||||
USB,
|
USB,
|
||||||
GEM,
|
GEM,
|
||||||
SDIO,
|
SDIO,
|
||||||
|
Loading…
Reference in New Issue
Block a user