diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2004-04-23 23:10:46 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2004-04-23 23:10:46 +0000 |
commit | bcfe3ecb2c9ee17116a3bc4091c656acf07f4ffc (patch) | |
tree | 8ecf6cf5eceb08b63ffd67cf1046f785138c2ac4 /targets/embeddedplanet/ep405pc/Config.lb | |
parent | b717e48352fe5466a92431f1597b85f902d75673 (diff) | |
download | coreboot-bcfe3ecb2c9ee17116a3bc4091c656acf07f4ffc.tar.xz |
use fs stream
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1525 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/embeddedplanet/ep405pc/Config.lb')
-rw-r--r-- | targets/embeddedplanet/ep405pc/Config.lb | 17 |
1 files changed, 12 insertions, 5 deletions
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 |