summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S4
2 files changed, 7 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/helas403/ChangeLog b/c/src/lib/libbsp/powerpc/helas403/ChangeLog
index 37b4961e22..cf6b6ae6e4 100644
--- a/c/src/lib/libbsp/powerpc/helas403/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/helas403/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of
+ <rtems/score/ppc.h>.
+
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
diff --git a/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S b/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
index 55d437b1ce..0e11830d6a 100644
--- a/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
+++ b/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
@@ -33,8 +33,8 @@
*/
#include <rtems/asm.h>
-#include <rtems/score/ppc.h>
-
+#include <rtems/score/powerpc.h>
+
/*----------------------------------------------------------------------------
* Reset_entry.
*---------------------------------------------------------------------------*/