aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
Diffstat (limited to 'targets')
-rw-r--r--targets/embeddedplanet/ep405pc/Config.lb17
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