Browse Source

reduce bootup time, update kernel config

Waldemar Brodkorb 15 years ago
parent
commit
b30764b9ad
2 changed files with 111 additions and 634 deletions
  1. 1 1
      mk/rootfs.mk
  2. 110 633
      target/ibmx40/kernel.config

+ 1 - 1
mk/rootfs.mk

@@ -22,7 +22,7 @@ ROOTFS:=	root=/dev/mmcblk0p2 rootwait
 endif
 
 $(eval $(call rootfs_template,ext2-block,EXT2_BLOCK,$(ROOTFS)))
-$(eval $(call rootfs_template,usb,USB,root=/dev/sdb1 rootdelay=10))
+$(eval $(call rootfs_template,usb,USB,root=/dev/sdb1 rootdelay=5))
 $(eval $(call rootfs_template,archive,ARCHIVE))
 $(eval $(call rootfs_template,initramfs,INITRAMFS))
 $(eval $(call rootfs_template,initramfs-piggyback,INITRAMFS_PIGGYBACK))

File diff suppressed because it is too large
+ 110 - 633
target/ibmx40/kernel.config


Some files were not shown because too many files changed in this diff