blob: 845ec7bc23793bb09ab810f1731cdb99c1c2726d [file] [log] [blame]
# Copyright (c) 2013 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=rambi
if [[ -d /build/${BOARD} ]]; then
~/trunk/src/scripts/setup_board \
--board=${BOARD} \
--skip_chroot_upgrade \
--regen_configs
fi