diff options
author | Graeme Russ | 2010-04-24 00:05:47 +1000 |
---|---|---|
committer | Wolfgang Denk | 2010-05-06 00:16:46 +0200 |
commit | bf16500f79fdf2653a286b40bb601cb185ac4675 (patch) | |
tree | 03b6320e4eb85ec4584c27270f27bbc12b7b159f /common | |
parent | 167cdad1372917bc11c636c359aad02625291fa9 (diff) |
x86: Use CONFIG_SERIAL_MULTI
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/serial.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/serial.c b/common/serial.c index 0682faa9d1f..fceabfa1e7e 100644 --- a/common/serial.c +++ b/common/serial.c @@ -41,7 +41,8 @@ struct serial_device *__default_serial_console (void) #elif defined(CONFIG_405GP) || defined(CONFIG_405CR) || defined(CONFIG_440) \ || defined(CONFIG_405EP) || defined(CONFIG_405EZ) || defined(CONFIG_405EX) \ || defined(CONFIG_MPC5xxx) || defined(CONFIG_MPC83xx) \ - || defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx) + || defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx) \ + || defined(CONFIG_SYS_SC520) #if defined(CONFIG_CONS_INDEX) && defined(CONFIG_SYS_NS16550_SERIAL) #if (CONFIG_CONS_INDEX==1) return &eserial1_device; |