summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/start/start.S
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>2011-11-18 20:11:08 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>2011-11-18 20:11:08 +0000
commit1c0b8d759fefe9323d215267363c2041a4af7558 (patch)
tree2205343083516380a4409d6de096202e68bfb722 /c/src/lib/libbsp/i386/pc386/start/start.S
parent2011-11-18 Jennifer Averett <Jennifer.Averett@OARcorp.com> (diff)
downloadrtems-1c0b8d759fefe9323d215267363c2041a4af7558.tar.bz2
2011-11-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
PR 1925 * Makefile.am, preinstall.am, console/serial_mouse_config.c, include/bsp.h, start/start.S: Converted 1386 console to the libchip style console * console/conscfg.c, console/console_control.c, console/printk_support.c, console/vgacons.c, console/vgacons.h: New files.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/pc386/start/start.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/start/start.S b/c/src/lib/libbsp/i386/pc386/start/start.S
index 8d4a5d6ca7..e6a14be6de 100644
--- a/c/src/lib/libbsp/i386/pc386/start/start.S
+++ b/c/src/lib/libbsp/i386/pc386/start/start.S
@@ -209,11 +209,6 @@ SYM (zero_bss):
+---------------------------------------------------------------------*/
call checkCPUtypeSetCr0
-/*---------------------------------------------------------------------+
-| Redirect printk (and console) port if desired
-+---------------------------------------------------------------------*/
- call SYM(BSP_console_select)
-
#ifdef __SSE__
call SYM(enable_sse)
#endif