powerpc/ss555: move startup/start.S to start/start.S

This commit is contained in:
Chirayu Desai
2013-12-06 21:47:52 +05:30
committed by Gedare Bloom
parent e626c60af4
commit c6af45852e
3 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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,