Lines Matching refs:config_template
48 config_template=${1}
49 config_dir=`echo $config_template | sed -e 's,/[^/]*$,,'`
50 title=`echo $config_template | sed -e 's/^.*\///'`
64 echo ' ---' Kconfig fragment at: $config_template >> $resdir/log
70 config_override.sh $config_dir/CFcommon $config_template > $T/Kc1
73 cp $config_template $T/Kc1
75 echo " --- $config_template" >> $resdir/ConfigFragment.input
76 cat $config_template >> $resdir/ConfigFragment.input
77 grep '#CHECK#' $config_template >> $resdir/ConfigFragment
154 cpu_count=`configfrag_boot_cpus "$boot_args" "$config_template" "$cpu_count"`
170 boot_args="`configfrag_boot_params "$boot_args" "$config_template"`"