From 2e80662196f06bf82b81e48cbf28bfa06f09c237 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 19 Nov 2012 09:12:07 +0100 Subject: bsp/mpc55xx: Set PPC_EXC_CONFIG_BOOKE_ONLY --- c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'c/src/lib/libbsp/powerpc/mpc55xxevb') diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac b/c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac index 38fce34a6b..00b80a4650 100644 --- a/c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac +++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac @@ -36,6 +36,10 @@ RTEMS_BSPOPTS_SET([PPC_EXC_CONFIG_USE_FIXED_HANDLER],[*],[1]) RTEMS_BSPOPTS_HELP([PPC_EXC_CONFIG_USE_FIXED_HANDLER], [use fixed high-level exception handler]) +RTEMS_BSPOPTS_SET([PPC_EXC_CONFIG_BOOKE_ONLY],[*],[1]) +RTEMS_BSPOPTS_HELP([PPC_EXC_CONFIG_BOOKE_ONLY], +[only support Book E exception types]) + RTEMS_BSPOPTS_SET([BSP_INTERRUPT_HANDLER_TABLE_SIZE],[mpc5643l*],[127]) RTEMS_BSPOPTS_SET([BSP_INTERRUPT_HANDLER_TABLE_SIZE],[mpc5566*],[127]) RTEMS_BSPOPTS_SET([BSP_INTERRUPT_HANDLER_TABLE_SIZE],[mpc5674f*],[255]) -- cgit v1.2.3