]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Fix typo in mkconfig script (used == instead of =)
authorWolfgang Denk <wd@pollux.denx.de>
Wed, 3 Aug 2005 20:58:55 +0000 (22:58 +0200)
committerWolfgang Denk <wd@pollux.denx.de>
Wed, 3 Aug 2005 20:58:55 +0000 (22:58 +0200)
Patch by Murray Jensen, 18 Jul 2005

CHANGELOG
mkconfig

index 6d3bb93b0ac8b44d14a8caba25f788a202d328b4..d5139ea103828d1ba6afcbbfab7d264a591f31d2 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 Changes for U-Boot 1.1.3:
 ======================================================================
 
+* Fix typo in mkconfig script (used == instead of =)
+  Patch by Murray Jensen, 18 Jul 2005
+
 * Cleanup build problems on 64 bit build hosts
 
 * Update MAINTAINERS file
index e366267181696f7c777ae2f960adf6aaeb8d42e7..54775d31dfef42fe0295640054976f691c1e48b3 100755 (executable)
--- a/mkconfig
+++ b/mkconfig
@@ -32,7 +32,7 @@ rm -f asm
 ln -s asm-$2 asm
 rm -f asm-$2/arch
 
-if [ -z "$6" -o "$6" == "NULL" ] ; then
+if [ -z "$6" -o "$6" = "NULL" ] ; then
        ln -s arch-$3 asm-$2/arch
 else
        ln -s arch-$6 asm-$2/arch