[haiku-commits] haiku: hrev44144 - src/system/boot/platform/u-boot

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 11 May 2012 03:15:28 +0200 (CEST)

hrev44144 adds 1 changeset to branch 'master'
old head: 6fe5c2f1940873b1bc06a9acd3794496e76c9522
new head: d1645229d142e2979c35ea67c1709fa71a0d8b1d

----------------------------------------------------------------------------

d164522: 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.

                                          [ François Revol <revol@xxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev44144
Commit:      d1645229d142e2979c35ea67c1709fa71a0d8b1d
URL:         http://cgit.haiku-os.org/haiku/commit/?id=d164522
Author:      François Revol <revol@xxxxxxx>
Date:        Fri May 11 01:11:53 2012 UTC

----------------------------------------------------------------------------

2 files changed, 1 insertion(+), 1 deletion(-)
src/system/boot/platform/u-boot/Jamfile            |    2 +-
.../boot/platform/u-boot/{start2.cpp => start.cpp} |    0

----------------------------------------------------------------------------

diff --git a/src/system/boot/platform/u-boot/Jamfile 
b/src/system/boot/platform/u-boot/Jamfile
index 9205dbb..bfc086e 100644
--- a/src/system/boot/platform/u-boot/Jamfile
+++ b/src/system/boot/platform/u-boot/Jamfile
@@ -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
diff --git a/src/system/boot/platform/u-boot/start2.cpp 
b/src/system/boot/platform/u-boot/start.cpp
similarity index 100%
rename from src/system/boot/platform/u-boot/start2.cpp
rename to src/system/boot/platform/u-boot/start.cpp


Other related posts:

  • » [haiku-commits] haiku: hrev44144 - src/system/boot/platform/u-boot - revol