summaryrefslogtreecommitdiff
path: root/packages/kexecboot/kexecboot-0.4/add-sleep.patch
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-01-27 00:25:39 +0100
committerAndrea Adami <andrea.adami@gmail.com>2009-01-27 23:26:25 +0100
commitddf9f35be9bfd945bfeb5b12b767142b1ac3d786 (patch)
treea505bfc34c173717e98768ce43f6e20ca34c8042 /packages/kexecboot/kexecboot-0.4/add-sleep.patch
parent40c87872fcb4c437f5de9eb227eb3efd8b36f613 (diff)
kexecboot: add new (beta) release 0.4 and add patches from upstream
Diffstat (limited to 'packages/kexecboot/kexecboot-0.4/add-sleep.patch')
-rw-r--r--packages/kexecboot/kexecboot-0.4/add-sleep.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/kexecboot/kexecboot-0.4/add-sleep.patch b/packages/kexecboot/kexecboot-0.4/add-sleep.patch
new file mode 100644
index 0000000000..8f41b0ef10
--- /dev/null
+++ b/packages/kexecboot/kexecboot-0.4/add-sleep.patch
@@ -0,0 +1,12 @@
+--- a/kexecboot.c 2009-01-24 14:11:17.000000000 +0100
++++ b/kexecboot.c 2009-01-24 14:15:03.000000000 +0100
+@@ -427,6 +427,9 @@
+
+ DPRINTF("I'm the init-process!\n");
+
++ /* extra delay for initializing slow SD/CF */
++ sleep(1);
++
+ /* Mount procfs */
+ if ( -1 == mount("proc", "/proc", "proc",
+ 0, NULL) ) {