blob: 3b96b74e699d84e2c1cf913d7d07bf7411fb2427 [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.
# Regen boards profile settings and such after giving arm-generic a profile
BOARD=arm-generic
if [[ -d /build/${BOARD} ]]; then
~/trunk/src/scripts/setup_board \
--board=${BOARD} \
--skip_chroot_upgrade \
--regen_configs
fi
BOARD=arm64-generic
if [[ -d /build/${BOARD} ]]; then
~/trunk/src/scripts/setup_board \
--board=${BOARD} \
--skip_chroot_upgrade \
--regen_configs
fi