PERFORCE change 150345 for review

Rafal Jaworowski raj at FreeBSD.org
Tue Sep 23 13:08:26 UTC 2008


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

Change 150345 by raj at raj_mimi on 2008/09/23 13:08:01

	Increase U-Boot API search to 3MB range.

Affected files ...

.. //depot/projects/arm/src/sys/boot/uboot/lib/glue.c#5 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/uboot/lib/glue.c#5 (text+ko) ====

@@ -147,7 +147,7 @@
 		uboot_address = 255 * 1024 * 1024;
 
 	sp = (void *)(uboot_address & ~0x000fffff);
-	spend = sp + 0x00100000 - API_SIG_MAGLEN;
+	spend = sp + 0x00300000 - API_SIG_MAGLEN;
 	while (sp < spend) {
 		if (!bcmp(sp, API_SIG_MAGIC, API_SIG_MAGLEN)) {
 			*sig = (struct api_signature *)sp;


More information about the p4-projects mailing list