diff options
| author | Michal Simek <monstr@monstr.eu> | 2012-07-02 12:38:14 +0200 | 
|---|---|---|
| committer | Michal Simek <monstr@monstr.eu> | 2012-09-11 09:24:53 +0200 | 
| commit | 7636ebe1d27b6cf7bf3b64d695ef8f07b7629178 (patch) | |
| tree | 14a3f1e4fa01914a986fae67d0451d10ae7d69f6 /include/serial.h | |
| parent | 5340a7f1d74ba65c4c63d6d9d0ad606553866ffe (diff) | |
| download | olio-uboot-2014.01-7636ebe1d27b6cf7bf3b64d695ef8f07b7629178.tar.xz olio-uboot-2014.01-7636ebe1d27b6cf7bf3b64d695ef8f07b7629178.zip | |
serial: Support serial multi for Microblaze
enable serial multi for Microblaze.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Acked-by: Stephan Linz <linz@li-pro.net>
Diffstat (limited to 'include/serial.h')
| -rw-r--r-- | include/serial.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/serial.h b/include/serial.h index cbdf8a9bf..d76d6dfb6 100644 --- a/include/serial.h +++ b/include/serial.h @@ -31,7 +31,8 @@ extern struct serial_device *default_serial_console(void);  	defined(CONFIG_MB86R0x) || defined(CONFIG_MPC5xxx) || \  	defined(CONFIG_MPC83xx) || defined(CONFIG_MPC85xx) || \  	defined(CONFIG_MPC86xx) || defined(CONFIG_SYS_SC520) || \ -	defined(CONFIG_TEGRA20) || defined(CONFIG_SYS_COREBOOT) +	defined(CONFIG_TEGRA20) || defined(CONFIG_SYS_COREBOOT) || \ +	defined(CONFIG_MICROBLAZE)  extern struct serial_device serial0_device;  extern struct serial_device serial1_device;  #if defined(CONFIG_SYS_NS16550_SERIAL) |