diff options
author | Stefan Roese <sr@denx.de> | 2007-03-24 15:45:34 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-03-24 15:45:34 +0100 |
commit | 3cb86f3e40d2a80356177434a99f75bc8baa9caf (patch) | |
tree | 0086e4cf102f4ca0ed4d9c1516fb962d204de6eb /include/serial.h | |
parent | 16c0cc1c82081a493ab87c51980b28336ce1bce8 (diff) |
[PATCH] Clean up 40EZ/Acadia support
This patch cleans up all the open issue of the preliminary
Acadia support.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/serial.h')
-rw-r--r-- | include/serial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/serial.h b/include/serial.h index 48800595d78..f7412fd1738 100644 --- a/include/serial.h +++ b/include/serial.h @@ -23,7 +23,7 @@ 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_MPC5xxx) + || defined(CONFIG_405EP) || defined(CONFIG_405EZ) || defined(CONFIG_MPC5xxx) extern struct serial_device serial0_device; extern struct serial_device serial1_device; #if defined(CFG_NS16550_SERIAL) |