diff options
| author | Wolfgang Denk <wd@nyx.denx.de> | 2006-06-19 01:46:08 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@nyx.denx.de> | 2006-06-19 01:46:08 +0200 |
| commit | 8d352247ecf3638cdd1ef7df31a6ad700bb80574 (patch) | |
| tree | d8f2202361ce6cc944abb39195f66411003b0571 /include/serial.h | |
| parent | 9e18a4bc6cb512dc7ae3a6fc2ed912f71bd8c6c0 (diff) | |
| parent | a650cfa286e8933144a776693d56dfd858922aa4 (diff) | |
| download | olio-uboot-2014.01-8d352247ecf3638cdd1ef7df31a6ad700bb80574.tar.xz olio-uboot-2014.01-8d352247ecf3638cdd1ef7df31a6ad700bb80574.zip | |
Merge with ssh://atlas/home/wd/git/u-boot/work
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 c8abb72e1..8c7b1c26c 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_405EP) || defined(CONFIG_MPC5xxx) extern struct serial_device serial0_device; extern struct serial_device serial1_device; #endif |