blob: 1c4afe615626340d111790591f37087a40b2aa9e [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
~/trunk/src/scripts/setup_board \
--board=${b} \
--skip_chroot_upgrade \
--regen_configs
fi
done