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

laforge at sita.openmoko.org laforge at sita.openmoko.org
Mon Oct 15 09:03:53 CEST 2007


Author: laforge
Date: 2007-10-15 09:03:50 +0200 (Mon, 15 Oct 2007)
New Revision: 3166

Modified:
   trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch
   trunk/src/target/u-boot/patches/uboot-gta02.patch
Log:
remove bash'isms from split_by_variant.sh scripts (Marius Nuennerich) (Closes: #811)


Modified: trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch	2007-10-15 06:53:06 UTC (rev 3165)
+++ trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch	2007-10-15 07:03:50 UTC (rev 3166)
@@ -1959,7 +1959,7 @@
 +CFGTMP=${obj}board/neo1973/gta01/config.tmp
 +
 +mkdir -p ${obj}include
-+if [ "$1" == "" ]
++if [ "$1" = "" ]
 +then
 +	echo "$0:: No parameters - using GTA01Bv3 config"
 +	echo "#define CONFIG_ARCH_GTA01B_v3" > $CFGINC

Modified: trunk/src/target/u-boot/patches/uboot-gta02.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-gta02.patch	2007-10-15 06:53:06 UTC (rev 3165)
+++ trunk/src/target/u-boot/patches/uboot-gta02.patch	2007-10-15 07:03:50 UTC (rev 3166)
@@ -892,7 +892,7 @@
 +CFGTMP=${obj}board/neo1973/gta02/config.tmp
 +
 +mkdir -p ${obj}include
-+if [ "$1" == "" ]
++if [ "$1" = "" ]
 +then
 +	echo "$0:: No parameters - using GTA02Bv1 config"
 +	echo "#define CONFIG_ARCH_GTA02_v1" > $CFGINC





More information about the commitlog mailing list