Rename u-boot start2.cpp to start.cpp

* rename the file for consistency with other platforms.
* there used to be a start.S, long since renamed to shell.S anyway.
This commit is contained in:
François Revol 2012-05-11 03:11:53 +02:00
parent 6fe5c2f194
commit d1645229d1
2 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src add-ons accelerants common ] ;
# First build the non arch dependent parts
KernelMergeObject boot_platform_u-boot_common.o :
start2.cpp
start.cpp
debug.cpp
console.cpp
serial.cpp