From: Michal Simek Date: Mon, 2 Jul 2012 10:38:14 +0000 (+0200) Subject: serial: Support serial multi for Microblaze X-Git-Tag: v2012.10-rc1~54 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7636ebe1d27b6cf7bf3b64d695ef8f07b7629178;p=u-boot serial: Support serial multi for Microblaze enable serial multi for Microblaze. Signed-off-by: Michal Simek Acked-by: Stephan Linz --- diff --git a/include/serial.h b/include/serial.h index cbdf8a9bf7..d76d6dfb6d 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)