summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-05-08 13:00:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-05-08 13:02:44 +0200
commit89f079469c4d1cc88ae8745cba3d41acdfad2f7d (patch)
tree589292c48fad57dbf1430f19d2b8dfe495a19c31
parentscore: Fix CPU context usage on SMP (diff)
downloadrtems-89f079469c4d1cc88ae8745cba3d41acdfad2f7d.tar.bz2
bsp/gen83xx: Disable interrupt nesting for br_uid
This is necessary for the USB support.
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/configure.ac b/c/src/lib/libbsp/powerpc/gen83xx/configure.ac
index 42adbe7b6e..e710f8ab76 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/configure.ac
+++ b/c/src/lib/libbsp/powerpc/gen83xx/configure.ac
@@ -74,9 +74,10 @@ RTEMS_BSPOPTS_SET([HAS_UBOOT],[mpc8313erdb],[1])
RTEMS_BSPOPTS_SET([HAS_UBOOT],[mpc8349eamds],[1])
RTEMS_BSPOPTS_HELP([HAS_UBOOT],[if defined, enables U-Boot support])
-# Disable interrupt nesting for the MPC8313ERDB since the interrupt server
-# support requires that. The interrupt server is necessary for the USB stack.
+# Disable interrupt nesting for the interrupt server support. The interrupt
+# server is necessary for the USB stack.
RTEMS_BSPOPTS_SET([GEN83XX_ENABLE_INTERRUPT_NESTING],[mpc8313erdb],[])
+RTEMS_BSPOPTS_SET([GEN83XX_ENABLE_INTERRUPT_NESTING],[br_uid],[])
RTEMS_BSPOPTS_SET([GEN83XX_ENABLE_INTERRUPT_NESTING],[*],[1])
RTEMS_BSPOPTS_HELP([GEN83XX_ENABLE_INTERRUPT_NESTING],[enable interrupt nesting])