summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-12 05:26:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-12 05:26:25 +0000
commitcea62b215a568ff8f28f0cb7743ace91e73a0572 (patch)
treef7436c8841bf934de4b26c285a426917ddbc1fb4 /c
parentClean up UART2 pin setup. Protect pin setup code. (diff)
downloadrtems-cea62b215a568ff8f28f0cb7743ace91e73a0572.tar.bz2
2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove USE_ENHANCED_INTR_API.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog15
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac5
2 files changed, 10 insertions, 10 deletions
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
index 29a843c11e..14b1b7a270 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
@@ -1,9 +1,13 @@
+2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Remove USE_ENHANCED_INTR_API.
+
2005-11-09 Eric Norum <norume@aps.anl.gov>
- * bootloader/Makefile.am: Fix disagreement between GCCSPECS and GCC_SPECS.
- * Makefile.am: Need to install vme_am_defs.h,
+ * bootloader/Makefile.am: Fix disagreement between GCCSPECS and GCC_SPECS.
+ * Makefile.am: Need to install vme_am_defs.h,
-2005-11-03 <strauman@slac.stanford.edu>
+2005-11-03 Till Straumann <strauman@slac.stanford.edu>
* shared/irq/openpic_i8259_irq.c: New file.
* ChangeLog, Makefile.am, motorola_powerpc/ChangeLog,
@@ -13,12 +17,13 @@
some compilation conditionals to help BSPs without ISA to omit ISA
interrupts and calling i8259 code.
-2005-11-03 <strauman@slac.stanford.edu>
+2005-11-03 Till Straumann <strauman@slac.stanford.edu>
* Makefile.am, include/bsp.h: Added new shared pretaskinghook.c and
zerobss.c files to list to be made. Added some explanations about
CPU <-> PCI <-> VME address mapping issues.
-2005-11-03 straumanatslacdotstanforddotedu
+
+2005-11-03 Till Straumann <strauman@slac.stanford.edu>
* Makefile.am, startup/linkcmds:
moved linkcmds to shared area for other BSPs to use
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac b/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac
index dfcb2c9d7a..130de58747 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac
@@ -41,11 +41,6 @@ RTEMS_BSPOPTS_SET([mpc8240],[*],[])
RTEMS_BSPOPTS_HELP([mpc8240],
[Defined for boards with MPC8240 -- undefined for others])
-## HACK: This should better be propagated through the BSP's bsp.h.
-## however, this BSP doesn't have one :(
-AC_DEFINE_UNQUOTED([USE_ENHANCED_INTR_API],[1],
- [Use enhanced intr API])
-
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
bootloader/Makefile])