Update of /cvsroot/blob/blob/src/commands
In directory sc8-pr-cvs1:/tmp/cvs-serv25225/src/commands
Modified Files:
reboot.c
Log Message:
Make a special reboot driver so SA11x0 and PXA can have different reboot
methods. Note that I don't have the PXA manual with me right here, so
somebody has to fill out a real PXA reboot driver at a later stage.
Index: reboot.c
===================================================================
RCS file: /cvsroot/blob/blob/src/commands/reboot.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- reboot.c 17 Feb 2002 19:54:47 -0000 1.1
+++ reboot.c 4 Jan 2003 02:11:43 -0000 1.2
@@ -28,7 +28,7 @@
#endif
#include <blob/serial.h>
-#include <blob/util.h>
+#include <blob/reboot.h>
|