Home
last modified time | relevance | path

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

/external/vboot_reference/scripts/image_signing/
Dset_gbb_flags.sh59 local wp_states="$(flashrom --wp-status 2>/dev/null | grep WP)"
60 local wp_disabled="$(echo "$wp_states" | grep "WP:.*is disabled.")"
61 local wp_zero_len="$(echo "$wp_states" | grep "WP:.*, len=0x00000000")"