summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog5
-rw-r--r--c/src/lib/libcpu/powerpc/mpc83xx/include/mpc83xx.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 05d0545411..9bac42da2d 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * mpc83xx/include/mpc83xx.h: #include <bspopts.h> to make sure
+ defines from bspopts.h get propagated.
+
2008-09-09 Thomas Doerfler <thomas.doerfler@embedded-brains.de>
* mpc8xx/mpc8xx.h, mpc8xx/timer/timer.c: minor additions
diff --git a/c/src/lib/libcpu/powerpc/mpc83xx/include/mpc83xx.h b/c/src/lib/libcpu/powerpc/mpc83xx/include/mpc83xx.h
index 89f3ecdeb0..9e7fb62053 100644
--- a/c/src/lib/libcpu/powerpc/mpc83xx/include/mpc83xx.h
+++ b/c/src/lib/libcpu/powerpc/mpc83xx/include/mpc83xx.h
@@ -5,6 +5,8 @@
#ifndef _MPC83XX_MPC83XX_H
#define _MPC83XX_MPC83XX_H
+#include <bspopts.h>
+
#if defined(MPC8343)
#define M83xx_HAS_PCI TRUE
#define M83xx_HAS_USB1 TRUE