Date: Mon, 10 Apr 2006 03:16:07 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 94885 for review Message-ID: <200604100316.k3A3G7s8083580@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=94885 Change 94885 by imp@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 " "
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604100316.k3A3G7s8083580>