summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-02 11:20:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-02 11:20:24 +0000
commit56aecade04ba25d2825957f8f40df40e39a2c83a (patch)
tree8b59d4846528dcffddf3db71d53b832a03fb1e46 /c/src/lib/libbsp/powerpc
parent * dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>. (diff)
downloadrtems-56aecade04ba25d2825957f8f40df40e39a2c83a.tar.bz2
* startup/start.S: Include <rtems/asm.h> instead of <asm.h>.
Diffstat (limited to 'c/src/lib/libbsp/powerpc')
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/startup/start.S2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog b/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
index 57abf9c48a..0d2cd99bb5 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * startup/start.S: Include <rtems/asm.h> instead of <asm.h>.
+
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/startup/start.S b/c/src/lib/libbsp/powerpc/mbx8xx/startup/start.S
index e009fe3d21..ebd60be5ab 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/startup/start.S
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/startup/start.S
@@ -47,7 +47,7 @@
* Copyright (c) 1999, National Research Council of Canada
*/
-#include "asm.h"
+#include <rtems/asm.h>
/*
* The initial stack is set to run BELOW the code base address.