blob: df5fd43bd4d38cc66e34dae90908999cc441b52c [file] [log] [blame]
# Copyright (c) 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.
# We moved a lot of files to the public overlay. Make sure we regen the
# boards profile settings and such so we pull in the public bits.
BOARD=panther
if [[ -d /build/${BOARD} ]]; then
~/trunk/src/scripts/setup_board \
--board=${BOARD} \
--skip_chroot_upgrade \
--regen_configs
fi