diff options
Diffstat (limited to 'include/mpc512x.h')
| -rw-r--r-- | include/mpc512x.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/mpc512x.h b/include/mpc512x.h index 03e0e9a14..a100b22da 100644 --- a/include/mpc512x.h +++ b/include/mpc512x.h @@ -60,7 +60,7 @@  #define CS_CTRL			0x00020  #define CS_CTRL_ME		0x01000000	/* CS Master Enable bit */ -#define CS_CTRL_IE		0x08000000	/* CS Interrupt Enable bit */  +#define CS_CTRL_IE		0x08000000	/* CS Interrupt Enable bit */  /* SPRIDR - System Part and Revision ID Register   */ |