[U-Boot] [PATCH 5/6] am33xx: Enable eserial device usage for ns16550
Andrew Bradford
andrew at bradfordembedded.com
Wed Sep 26 22:04:18 CEST 2012
Signed-off-by: Andrew Bradford <andrew at bradfordembedded.com>
---
include/serial.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/serial.h b/include/serial.h
index dcb2d97..079655f 100644
--- a/include/serial.h
+++ b/include/serial.h
@@ -32,7 +32,7 @@ extern struct serial_device *default_serial_console(void);
defined(CONFIG_MPC83xx) || defined(CONFIG_MPC85xx) || \
defined(CONFIG_MPC86xx) || defined(CONFIG_SYS_SC520) || \
defined(CONFIG_TEGRA20) || defined(CONFIG_SYS_COREBOOT) || \
- defined(CONFIG_MICROBLAZE)
+ defined(CONFIG_MICROBLAZE) || defined(CONFIG_AM33XX)
extern struct serial_device serial0_device;
extern struct serial_device serial1_device;
#if defined(CONFIG_SYS_NS16550_SERIAL)
--
1.7.10
More information about the U-Boot
mailing list