From dfbf6afce4bcb2ccc2ec099d38b29562f79f7368 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 22 Apr 2009 08:55:31 +0000 Subject: set uevent helper which will load firmware and do not set firmware timeout to 1 second (it will fail if firmware is not there) --- mdk-stage1/stage1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/stage1.c') diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index fda30d233..8376e7e79 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -423,7 +423,7 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)) spawn_shell(); #endif init_modules_insmoding(); - init_firmware_timeout(); + init_firmware_loader(); init_frontend("Welcome to " DISTRIB_DESCR ", " __DATE__ " " __TIME__); /* load usb interface as soon as possible, helps usb mouse detection in stage2 */ -- cgit v1.2.1