summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-13 10:14:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-13 10:14:51 +0000
commit329a2c1419cd8ac9c06e97887da6c94dbec42f1e (patch)
tree679c84be18c88322728bfd93f71604bd29740ca3 /c
parent2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-329a2c1419cd8ac9c06e97887da6c94dbec42f1e.tar.bz2
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of <rtems/score/ppc.h>.
Diffstat (limited to 'c')
-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.
*---------------------------------------------------------------------------*/