Fix issue #6: build failure on gcc 6
Change-Id: If890a6d62fdd55befb9057f83726f60721ac8078__archive__
parent
52d7d49d6c
commit
c1da323144
|
@ -132,7 +132,7 @@ typedef enum slot {
|
||||||
#define DMCONTROL_FULLRESET 1
|
#define DMCONTROL_FULLRESET 1
|
||||||
|
|
||||||
#define DMINFO 0x11
|
#define DMINFO 0x11
|
||||||
#define DMINFO_ABUSSIZE (0x7f<<25)
|
#define DMINFO_ABUSSIZE (0x7fU<<25)
|
||||||
#define DMINFO_SERIALCOUNT (0xf<<21)
|
#define DMINFO_SERIALCOUNT (0xf<<21)
|
||||||
#define DMINFO_ACCESS128 (1<<20)
|
#define DMINFO_ACCESS128 (1<<20)
|
||||||
#define DMINFO_ACCESS64 (1<<19)
|
#define DMINFO_ACCESS64 (1<<19)
|
||||||
|
|
Loading…
Reference in New Issue