summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/ss555/start/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/ss555/start/start.S')
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/start/start.S9
1 files changed, 6 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/powerpc/ss555/start/start.S b/c/src/lib/libbsp/powerpc/ss555/start/start.S
index c7575b0b63..6a8ef85afc 100644
--- a/c/src/lib/libbsp/powerpc/ss555/start/start.S
+++ b/c/src/lib/libbsp/powerpc/ss555/start/start.S
@@ -1,9 +1,10 @@
-/* start.S
- *
+/*
* This file contains the entry veneer for RTEMS programs on the Intec
* SS555 board. It jumps to the BSP which is responsible for performing
* all remaining initialization.
- *
+ */
+
+/*
* This file is based on several others:
*
* (1) start360.s from the gen68360 BSP by
@@ -52,6 +53,8 @@
#include <rtems/asm.h>
#include <rtems/powerpc/registers.h>
+#include <bsp.h>
+
/*
* The initial stack is set to the top of the internal RAM.
*