diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2004-01-22 00:45:13 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2004-01-22 00:45:13 +0000 |
commit | c5acd90b53f90363ed691a6fd63675af78fea971 (patch) | |
tree | e9891bbf44412f00a3d45ccbcc946c4bde2e0dcc /targets/embeddedplanet | |
parent | 86da2207882bfaa9cc2f7772675d5e5717ac0a10 (diff) |
try to get memory mapped i/o to work
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1349 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/embeddedplanet')
-rw-r--r-- | targets/embeddedplanet/ep405pc/Config.lb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/targets/embeddedplanet/ep405pc/Config.lb b/targets/embeddedplanet/ep405pc/Config.lb index 7f996390a0..790fc9341a 100644 --- a/targets/embeddedplanet/ep405pc/Config.lb +++ b/targets/embeddedplanet/ep405pc/Config.lb @@ -13,8 +13,7 @@ uses CONFIG_CHIP_CONFIGURE uses DEFAULT_CONSOLE_LOGLEVEL uses CONFIG_USE_INIT uses CONFIG_CONSOLE_SERIAL8250 -uses TTYS0_BASE TTYS0_BAUD TTYS0_DIV -uses UART0_IO_BASE +uses TTYS0_BAUD TTYS0_DIV uses NO_POST uses CONFIG_IDE_STREAM uses CONFIG_SYS_CLK_FREQ @@ -51,7 +50,6 @@ option NO_POST=1 ## Enable serial console option DEFAULT_CONSOLE_LOGLEVEL=8 option CONFIG_CONSOLE_SERIAL8250=1 -option TTYS0_BASE={UART0_IO_BASE} # Divisor of 69 == 9600 baud due to weird clocking option TTYS0_DIV=69 option TTYS0_BAUD=9600 |