Deleted Added
full compact
27c27
< * $FreeBSD: head/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c 157924 2006-04-21 07:29:14Z imp $
---
> * $FreeBSD: head/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c 163533 2006-10-20 09:12:05Z imp $
32a33,35
> extern int __bss_start__[];
> extern int __bss_end__[];
>
44a48,49
> int *i;
>
50a56
> #if 0
57a64
> #endif
197a205,209
>
> /* Zero BSS now that we have memory setup */
> i = (int *)__bss_start__;
> while (i < (int *)__bss_end__)
> *i++ = 0;