PERFORCE change 99553 for review

Olivier Houchard cognet at FreeBSD.org
Sun Jun 18 20:03:21 UTC 2006


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

Change 99553 by cognet at 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


More information about the p4-projects mailing list