blob: 438843dde82f4938f6a13bced2a06d12892dd38c [file] [log] [blame]
# Copyright 2014 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# With the addition of freon we must regenerate the board setup for impacted
# boards.
BOARDS=(
auron
auron_paine
auron_yuna
cid
jecht
)
for b in "${BOARDS[@]}"; do
if [[ -d /build/${b} ]]; then
~/trunk/src/scripts/setup_board \
--board=${b} \
--skip_chroot_upgrade \
--regen_configs
fi
done