r3775 - trunk/src/target/u-boot/patches

werner at sita.openmoko.org werner at sita.openmoko.org
Sat Jan 5 20:15:35 CET 2008


Author: werner
Date: 2008-01-05 20:15:31 +0100 (Sat, 05 Jan 2008)
New Revision: 3775

Modified:
   trunk/src/target/u-boot/patches/eabi-toolchain.patch
   trunk/src/target/u-boot/patches/series
Log:
- series: enabled eabi-toolchain.patch (and moved it further up)
- eabi-toolchain.patch: for "raise", use "hang" instead of "_start"



Modified: trunk/src/target/u-boot/patches/eabi-toolchain.patch
===================================================================
--- trunk/src/target/u-boot/patches/eabi-toolchain.patch	2008-01-05 18:07:00 UTC (rev 3774)
+++ trunk/src/target/u-boot/patches/eabi-toolchain.patch	2008-01-05 19:15:31 UTC (rev 3775)
@@ -38,7 +38,7 @@
 -PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu)
 +#PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu)
  PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
-+PLATFORM_LDFLAGS += --defsym raise=_start
++PLATFORM_LDFLAGS += --defsym raise=hang
 Index: u-boot/board/neo1973/gta01/Makefile
 ===================================================================
 --- u-boot.orig/board/neo1973/gta01/Makefile

Modified: trunk/src/target/u-boot/patches/series
===================================================================
--- trunk/src/target/u-boot/patches/series	2008-01-05 18:07:00 UTC (rev 3774)
+++ trunk/src/target/u-boot/patches/series	2008-01-05 19:15:31 UTC (rev 3775)
@@ -74,11 +74,12 @@
 uboot-s3c2443.patch
 uboot-smdk2443.patch
 
+# need to find out how upstream feels about this one
+eabi-toolchain.patch
+
 # for review, merge soon
 unbusy-i2c.patch 
 usbtty-irq-racecondition-fix.patch
 neo1973-gsmver.patch
 uboot-nand_write_yaffs.patch
 uboot-neo1973_defaultconsole_usbtty.patch
-# consider merging after checking OE resolution for bug P#180
-#eabi-toolchain.patch





More information about the commitlog mailing list