Revert "convert daisy and peach boards to freon"

This reverts commit 2e76c54a4f72b830489ce95af760a030e09c9e75.

It appears script names need to be consecutive numbers so I will need
to redo with name starting with 122.

BUG=chromium:508142

Change-Id: If638919b1ea9d0600d45476928dd0667bba9b543
Reviewed-on: https://chromium-review.googlesource.com/284077
Reviewed-by: Dominik Behr <dbehr@chromium.org>
Commit-Queue: Dominik Behr <dbehr@chromium.org>
Trybot-Ready: Dominik Behr <dbehr@chromium.org>
Tested-by: Dominik Behr <dbehr@chromium.org>
diff --git a/chroot_version_hooks.d/129_exynos_to_freon b/chroot_version_hooks.d/129_exynos_to_freon
deleted file mode 100644
index 7f14225..0000000
--- a/chroot_version_hooks.d/129_exynos_to_freon
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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.
-
-# We moved a lot of files to the project-freon overlay. Make sure we
-# regen the board setup for each freon board.
-
-BOARDS=(
-  daisy
-  daisy_skate
-  daisy_spring
-  peach
-  peach_pi
-  peach_pit
-)
-
-for b in "${BOARDS[@]}"; do
-  if [[ -d /build/${b} ]]; then
-    ~/trunk/src/scripts/setup_board \
-      --board=${b} \
-      --skip_chroot_upgrade \
-      --regen_configs
-  fi
-done