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/serial.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/serial.h')
| -rw-r--r-- | include/serial.h | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/include/serial.h b/include/serial.h index 30bfde308..e292f0cd9 100644 --- a/include/serial.h +++ b/include/serial.h @@ -22,8 +22,9 @@ extern struct serial_device serial_smc_device;  extern struct serial_device serial_scc_device;  extern struct serial_device * default_serial_console (void); -#if defined(CONFIG_405GP) || defined(CONFIG_405CR) || defined(CONFIG_440) \ -   || defined(CONFIG_405EP) || defined(CONFIG_405EZ) || defined(CONFIG_MPC5xxx) +#if defined(CONFIG_405GP) || defined(CONFIG_405CR) || defined(CONFIG_440) || \ +    defined(CONFIG_405EP) || defined(CONFIG_405EZ) || defined(CONFIG_405EX) || \ +    defined(CONFIG_MPC5xxx)  extern struct serial_device serial0_device;  extern struct serial_device serial1_device;  #if defined(CFG_NS16550_SERIAL) |