--- c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c b/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c index 3d84156..cd0ffdf 100644 --- a/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c +++ b/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c @@ -4,7 +4,9 @@ * board, and monitor specific initialization and configuration. * The generic CPU dependent initialization has been performed * before this routine is invoked. - * + */ + +/* * The MPC860 specific stuff was written by Jay Monkman (jmonk...@frasca.com) * * Modified for the MPC8260ADS board by Andy Dachs <a.da...@sstl.co.uk> @@ -24,7 +26,6 @@ * conditions. * The mmu is unused at this time. * - * * COPYRIGHT (c) 1989-2007. * On-Line Applications Research Corporation (OAR). * @@ -34,6 +35,7 @@ */ #include <bsp.h> +#include <bsp/bootcard.h> /* #include <mmu.h> -- 1.9.3 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel