]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - scripts/multiconfig.sh
dm: fix comments
[karo-tx-uboot.git] / scripts / multiconfig.sh
index 4a8737f3521d5686cd83fddada363244058ea4cd..3a963c7973da5da0e37c0ac350ea7e4b1e2d59e1 100644 (file)
@@ -69,8 +69,8 @@ get_enabled_subimages() {
 
        # CONFIG_SPL=y -> spl
        # CONFIG_TPL=y -> tpl
-       sed -n -e 's/^CONFIG_\(SPL\|TPL\)=y$/\1/p' $KCONFIG_CONFIG | \
-                                                       tr '[A-Z]' '[a-z]'
+       sed -n -e 's/^CONFIG_SPL=y$/spl/p' -e 's/^CONFIG_TPL=y$/tpl/p' \
+                                                        $KCONFIG_CONFIG
 }
 
 do_silentoldconfig () {
@@ -120,7 +120,7 @@ do_board_defconfig () {
 
        if [ ! -r $defconfig_path ]; then
                echo >&2 "***"
-               echo >&2 "*** Can't find default configuration \"confis/$1\"!"
+               echo >&2 "*** Can't find default configuration \"configs/$1\"!"
                echo >&2 "***"
                exit 1
        fi
@@ -229,6 +229,8 @@ do_savedefconfig () {
                                unmatched="$unmatched%$symbol:$line"
                        fi
                done < defconfig
+
+               output_lines="$output_lines%$unmatched"
        done
 
        rm -f defconfig