diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2004-01-22 01:02:56 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2004-01-22 01:02:56 +0000 |
commit | 9233e47d9f389a215112094ed5592a6c022417a0 (patch) | |
tree | 0e401990d7ceb25e61068a4ddaadcddb0e37d309 /targets | |
parent | 746376d641fd8f87987acbeb7de293ab14f4d4b2 (diff) | |
download | coreboot-9233e47d9f389a215112094ed5592a6c022417a0.tar.xz |
UART0_IO_BASE no longer used
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1352 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r-- | targets/motorola/sandpoint/Config.lb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/targets/motorola/sandpoint/Config.lb b/targets/motorola/sandpoint/Config.lb index 9c718ef3be..56d5850f8f 100644 --- a/targets/motorola/sandpoint/Config.lb +++ b/targets/motorola/sandpoint/Config.lb @@ -15,7 +15,6 @@ uses CONFIG_USE_INIT uses NO_POST uses CONFIG_CONSOLE_SERIAL8250 uses TTYS0_BASE -uses UART0_IO_BASE uses CONFIG_IDE_STREAM uses IDE_BOOT_DRIVE uses IDE_SWAB IDE_OFFSET @@ -45,8 +44,7 @@ option NO_POST=1 ## Enable serial console option DEFAULT_CONSOLE_LOGLEVEL=8 option CONFIG_CONSOLE_SERIAL8250=1 -option UART0_IO_BASE=0x3f8 -option TTYS0_BASE=0xfe000000+UART0_IO_BASE +option TTYS0_BASE=0x3f8 ## Boot linux from IDE option CONFIG_IDE_STREAM=1 |