forked from Imagelibrary/rtems
powerpc/ss555: move startup/start.S to start/start.S
This commit is contained in:
committed by
Gedare Bloom
parent
e626c60af4
commit
c6af45852e
@@ -31,7 +31,7 @@ libbsp_a_SOURCES += console/console.c
|
||||
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c ../../shared/bsppredriverhook.c \
|
||||
startup/bspstart.c ../../shared/bootcard.c startup/iss555.c \
|
||||
../../shared/sbrk.c ../../shared/gnatinstallhandler.c startup/start.S \
|
||||
../../shared/sbrk.c ../../shared/gnatinstallhandler.c start/start.S \
|
||||
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c
|
||||
# tm27supp
|
||||
libbsp_a_SOURCES += startup/tm27supp.c
|
||||
|
||||
@@ -63,7 +63,7 @@ void _BSP_Fatal_error(unsigned int v)
|
||||
* function defined in rtems/c/src/lib/libbsp/shared/main.c. That function
|
||||
* does some of the board independent initialization. It is called from the
|
||||
* SS555 entry point _start() defined in
|
||||
* rtems/c/src/lib/libbsp/powerpc/ss555/startup/start.S
|
||||
* rtems/c/src/lib/libbsp/powerpc/ss555/start/start.S
|
||||
*
|
||||
* _start() has set up a stack, has zeroed the .bss section, has set up the
|
||||
* .data section from contents stored in ROM, has turned off interrupts,
|
||||
|
||||
Reference in New Issue
Block a user