Update of /cvsroot/blob/blob/src/blob
In directory usw-pr-cvs1:/tmp/cvs-serv16266/src/blob
Modified Files:
bootldrpart.c
Log Message:
Temporary disable bootldr partition parsing
Index: bootldrpart.c
===================================================================
RCS file: /cvsroot/blob/blob/src/blob/bootldrpart.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bootldrpart.c 26 Dec 2001 23:38:36 -0000 1.2
+++ bootldrpart.c 13 Feb 2002 00:17:32 -0000 1.3
@@ -38,6 +38,9 @@
#include <blob/util.h>
+/* FIXME: don't do bootldr partitions for the time being -- Erik */
+#if 0
+
#define BOOTLDR_PARTITION_NAMELEN 32
enum LFR_FLAGS {
@@ -203,3 +206,4 @@
return 0;
}
+#endif
|