Date: Tue, 23 Sep 2008 13:08:25 GMT From: Rafal Jaworowski <raj@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 150345 for review Message-ID: <200809231308.m8ND8P10005891@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=150345 Change 150345 by raj@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809231308.m8ND8P10005891>
