diff options
author | wdenk <wdenk> | 2004-07-11 21:49:42 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-07-11 21:49:42 +0000 |
commit | b9283e2dbedae4492ec0efdf683d51a00566a477 (patch) | |
tree | 0074e23686525883b94c46ec092fedc85e767632 /board/netphone | |
parent | 810509266fba83fb73f28842fc99268e761bd43c (diff) |
* Patch by Dan Poirot, 06 Jul 2004:
Fix sbc8260 environment variables
* Cleanup redundand "console" environment variable
Diffstat (limited to 'board/netphone')
-rw-r--r-- | board/netphone/phone_console.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/netphone/phone_console.c b/board/netphone/phone_console.c index aa31ed3a70d..dd599693784 100644 --- a/board/netphone/phone_console.c +++ b/board/netphone/phone_console.c @@ -328,12 +328,6 @@ int drv_phone_init(void) device_t console_dev; char *penv; - /* - * Force console i/o to serial ? - */ - if ((penv = getenv("console")) != NULL && strcmp(penv, "serial") == 0) - return 0; - console_init(); memset(&console_dev, 0, sizeof(console_dev)); |