PERFORCE change 103406 for review

Warner Losh imp at FreeBSD.org
Mon Aug 7 22:37:42 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=103406

Change 103406 by imp at imp_lighthouse on 2006/08/07 22:36:39

	Give the OS 30s to boot.

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/bootspi/main.c#14 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/bootspi/main.c#14 (text+ko) ====

@@ -53,6 +53,7 @@
 	fpga_load();
 #endif
 	EMAC_Init();
+	start_wdog(30);
 	LoadBootCommands();
 	if (getc(1) == -1)
 		ExecuteEnvironmentFunctions();


More information about the p4-projects mailing list