Date: Sun, 18 Jun 2006 20:03:20 GMT From: Olivier Houchard <cognet@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 99553 for review Message-ID: <200606182003.k5IK3KKk052723@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=99553 Change 99553 by cognet@cognet on 2006/06/18 20:03:05 Reserve additional space for the boot_commands array, or else we'll end up writing in the bootiic code when flashing a new one, which is not good. Affected files ... .. //depot/projects/arm/src/sys/boot/arm/at91/bootiic/arm_init.S#4 edit Differences ... ==== //depot/projects/arm/src/sys/boot/arm/at91/bootiic/arm_init.S#4 (text+ko) ==== @@ -117,3 +117,4 @@ .string "tftp 0x20000000 kernel.bin " .string "e 0x20000000 " #endif + .space 0x50
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606182003.k5IK3KKk052723>