From bcfe3ecb2c9ee17116a3bc4091c656acf07f4ffc Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Fri, 23 Apr 2004 23:10:46 +0000 Subject: use fs stream git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1525 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/embeddedplanet/ep405pc/Config.lb | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'targets') diff --git a/targets/embeddedplanet/ep405pc/Config.lb b/targets/embeddedplanet/ep405pc/Config.lb index 790fc9341a..d9c03ff11e 100644 --- a/targets/embeddedplanet/ep405pc/Config.lb +++ b/targets/embeddedplanet/ep405pc/Config.lb @@ -15,7 +15,12 @@ uses CONFIG_USE_INIT uses CONFIG_CONSOLE_SERIAL8250 uses TTYS0_BAUD TTYS0_DIV uses NO_POST -uses CONFIG_IDE_STREAM +uses CONFIG_IDE +uses CONFIG_FS_STREAM +uses CONFIG_FS_EXT2 +uses CONFIG_FS_ISO9660 +uses CONFIG_FS_FAT +uses AUTOBOOT_CMDLINE uses CONFIG_SYS_CLK_FREQ uses IDE_BOOT_DRIVE uses IDE_SWAB IDE_OFFSET @@ -55,10 +60,12 @@ option TTYS0_DIV=69 option TTYS0_BAUD=9600 ## Boot linux from IDE -option CONFIG_IDE_STREAM=1 -option IDE_BOOT_DRIVE=0 -option IDE_SWAB=1 -option IDE_OFFSET=0 +option CONFIG_IDE=1 +option CONFIG_FS_STREAM=1 +option CONFIG_FS_EXT2=1 +option CONFIG_FS_ISO9660=1 +option CONFIG_FS_FAT=1 +option AUTOBOOT_CMDLINE="hda1:/vmlinuz" option ROM_SIZE=1048576 -- cgit v1.2.3