blob: 40ebb9fd3493bf35bde8607c96b62d6e74f4fe3f [file] [log] [blame]
# Copyright 2015 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.
# daisy_spring got a new package.use for supporting uboot netboot properly,
# CL:242831.
# Due to these changes, etc/make.profile becomes invalid and
# must be re-generated.
for b in daisy_spring; do
if [[ -d /build/${b} ]]; then
/mnt/host/source/chromite/bin/setup_board \
--board=${b} \
--skip-chroot-upgrade \
--regen-configs
fi
done