]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - mkconfig
ARM: versatilepb : drop warnings due to double definitions
[karo-tx-uboot.git] / mkconfig
index 6ff533f339336f56243dfd634bc4216fa2dfc25f..ecb6d4ef4f064fd647c06e3bcce7f6ea70ee1107 100755 (executable)
--- a/mkconfig
+++ b/mkconfig
@@ -148,7 +148,7 @@ fi
 echo "/* Automatically generated - do not edit */" >>config.h
 
 for i in ${TARGETS} ; do
-       i="`echo ${i} | sed '/=/ {s/=/\t/;q } ; { s/$/\t1/ }'`"
+       i="`echo ${i} | sed '/=/ {s/=/  /;q; } ; { s/$/ 1/; }'`"
        echo "#define CONFIG_${i}" >>config.h ;
 done