Home
last modified time | relevance | path

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

/external/u-boot/scripts/kconfig/
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