Home
last modified time | relevance | path

Searched refs:PREV_VAL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A Dmerge_config.sh144 PREV_VAL=$(grep -w $CFG $TMP_FILE)
148 ${WARNOVERRIDE} Previous value: $PREV_VAL
153 elif [ "x$PREV_VAL" != "x$NEW_VAL" ] ; then
155 ${WARNOVERRIDE} Previous value: $PREV_VAL
/openbmc/u-boot/scripts/kconfig/
H A Dmerge_config.sh119 PREV_VAL=$(grep -w $CFG $TMP_FILE)
121 if [ "x$PREV_VAL" != "x$NEW_VAL" ] ; then
123 echo Previous value: $PREV_VAL