powerpc/mpc55xxevb: Move startup/reset.c to startup/bspreset.c

This commit is contained in:
Chirayu Desai
2013-11-23 14:27:28 +05:30
committed by Gedare Bloom
parent 995eb4beb6
commit 4abc4d1e2c
2 changed files with 1 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ libbsp_a_SOURCES += startup/bspstart.c
libbsp_a_SOURCES += startup/bspworkareainit.c
libbsp_a_SOURCES += startup/exc-vector-base.S
libbsp_a_SOURCES += startup/get-system-clock.c
libbsp_a_SOURCES += startup/reset.c
libbsp_a_SOURCES += startup/bspreset.c
libbsp_a_SOURCES += startup/restart.c
libbsp_a_SOURCES += startup/idle-thread.c
libbsp_a_SOURCES += startup/start-config-clock.c