From: Stefan E. <se...@us...> - 2003-08-22 06:18:02
|
Update of /cvsroot/blob/blob/src/commands In directory sc8-pr-cvs1:/tmp/cvs-serv31887/src/commands Modified Files: sysupd.c Log Message: add xdata image. Should be arch dep. Index: sysupd.c =================================================================== RCS file: /cvsroot/blob/blob/src/commands/sysupd.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- sysupd.c 21 Aug 2003 00:28:03 -0000 1.3 +++ sysupd.c 21 Aug 2003 12:48:05 -0000 1.4 @@ -46,6 +46,7 @@ #include <blob/ide.h> #include <blob/tar.h> +/* FIXME: make this arch indep. */ /* these are the default images */ static char *update_files[] = { "blob", @@ -53,7 +54,8 @@ "zImage", "initrd.gz", "cramfs", - "data.img" + "data.img", + "xdata.img" }; |