Fixed. Keep smacking me. On 10/8/2014 3:17 PM, Gedare Bloom wrote: > On Wed, Oct 8, 2014 at 3:16 PM, Joel Sherrill <[email protected]> > wrote: >> --- >> c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c | 9 ++++----- >> 1 file changed, 4 insertions(+), 5 deletions(-) >> >> diff --git a/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c >> b/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c >> index 3dfecb6..ef015fc 100644 >> --- a/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c >> +++ b/c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c >> @@ -4,11 +4,9 @@ >> * board, and monitor specific initialization and configuration. >> * The generic CPU dependent initialization has been performed >> * before this routine is invoked. >> - * >> - * INPUT: NONE >> - * >> - * OUTPUT: NONE >> - * >> + */ > And the same thing for the patches up til here, why not simplify the > comment too? > >> + >> +/* >> * Author: Thomas Doerfler <[email protected]> >> * IMD Ingenieurbuero fuer Microcomputertechnik >> * >> @@ -62,6 +60,7 @@ >> #include <rtems/counter.h> >> >> #include <bsp.h> >> +#include <bsp/bootcard.h> >> #include <bsp/uart.h> >> #include <bsp/irq.h> >> #include <libcpu/powerpc-utility.h> >> -- >> 1.9.3 >> >> _______________________________________________ >> devel mailing list >> [email protected] >> http://lists.rtems.org/mailman/listinfo/devel
-- Joel Sherrill, Ph.D. Director of Research & Development [email protected] On-Line Applications Research Ask me about RTEMS: a free RTOS Huntsville AL 35805 Support Available (256) 722-9985 _______________________________________________ devel mailing list [email protected] http://lists.rtems.org/mailman/listinfo/devel
