From 353be08b396c45c494576bec0b0c00cfe6fd1c22 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 7 Jun 2011 13:28:01 +0000 Subject: 2011-06-07 Sebastian Huber * configure.ac, startup/bspstart.c: Use standard cache BSP options. --- c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c') diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c b/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c index d73df73cdc..17520a9a4c 100644 --- a/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c +++ b/c/src/lib/libbsp/powerpc/mpc8260ads/startup/bspstart.c @@ -197,10 +197,10 @@ void bsp_start(void) /* * Enable instruction and data caches. Do not force writethrough mode. */ -#if INSTRUCTION_CACHE_ENABLE +#if BSP_INSTRUCTION_CACHE_ENABLED rtems_cache_enable_instruction(); #endif -#if DATA_CACHE_ENABLE +#if BSP_DATA_CACHE_ENABLED rtems_cache_enable_data(); #endif -- cgit v1.2.3