diff options
Diffstat (limited to 'include/405_mal.h')
| -rw-r--r-- | include/405_mal.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/include/405_mal.h b/include/405_mal.h index 2a421848b..7ea4eb1cc 100644 --- a/include/405_mal.h +++ b/include/405_mal.h @@ -92,7 +92,9 @@  #define MAL_ESR_PBEI	  0x00000001        /* ^^			 ^^   */        /* Mal IER		      */ -#if defined(CONFIG_440SPE) || defined(CONFIG_440EPX) || defined(CONFIG_440GRX) +#if defined(CONFIG_440SPE) || \ +    defined(CONFIG_440EPX) || defined(CONFIG_440GRX) || \ +    defined(CONFIG_405EX)  #define MAL_IER_PT	  0x00000080  #define MAL_IER_PRE	  0x00000040  #define MAL_IER_PWE	  0x00000020 |