PERFORCE change 94885 for review

Warner Losh imp at FreeBSD.org
Mon Apr 10 03:16:08 UTC 2006


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

Change 94885 by imp at imp_hammer on 2006/04/10 03:15:56

	The boot loader strings aren't needed for this application.
	This saves 256 bytes!

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/kb920x/boot0/arm_init.s#2 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/kb920x/boot0/arm_init.s#2 (text+ko) ====

@@ -80,11 +80,6 @@
 
 	bl	DefaultSystemInit
 
-/*
-	ldr	r1, = SVC_STACK_USE
-	mov	sp, r1		@ ; Move the stack to SDRAM
- */
-
 /* Start execution at main					*/
 
 	.extern	main
@@ -96,15 +91,3 @@
 
 infiniteLoop:
 	b	infiniteLoop
-
-/* the following section is used to store boot commands in 	*/
-/*  non-volatile memory.					*/
-
-	.global BootCommandSection
-BootCommandSection:
-	.string "Bootloader for KB9202 Evaluation Board."
-	.string "c 0x20210000 0x10100000 0x80000        "
-	.string "m 0 0 0 0 0 0                          "
-	.string "t 0x20000100 console=ttyS0,115200 root=/dev/ram rw initrd=0x20210000,654933"
-	.string "e 0x10000000                           "
-	.string "                 "


More information about the p4-projects mailing list