diff options
| author | Stefan Roese <sr@denx.de> | 2007-10-05 17:10:59 +0200 | 
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2007-10-31 21:20:49 +0100 | 
| commit | dbbd125721aea6645fdb962f36bd41f59e272f9d (patch) | |
| tree | 726c0998b77e26179294b8686cd005e70eb218ce /include/405_mal.h | |
| parent | 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31 (diff) | |
| download | olio-uboot-2014.01-dbbd125721aea6645fdb962f36bd41f59e272f9d.tar.xz olio-uboot-2014.01-dbbd125721aea6645fdb962f36bd41f59e272f9d.zip | |
ppc4xx: Add PPC405EX support
Signed-off-by: Stefan Roese <sr@denx.de>
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 |