Home
last modified time | relevance | path

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

/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dcheck-grow-align.sh14 GROW_ALIGN_CFG="$(grep "^GROW_ALIGN:" "$CHIP_DIR/$RK_PARAMETER" || true)"
15 GROW_ALIGN_VAL="$(echo $GROW_ALIGN_CFG | cut -d':' -f2- | xargs || true)"
22 if [ -z "$DM_VERITY" -a "$GROW_ALIGN_CFG" -a "$GROW_ALIGN_VAL" != "1" ]; then