Revert "[catalyst] Support fastboot flashing zedboot"

This reverts commit ec7915cf24f7c9858480a07322e7f6e7a8fc83a5.

Reason for revert: This code is moving to google3.
Original change's description:
> [catalyst] Support fastboot flashing zedboot
> 
> This change allows us to fastboot flash the build's version of zedboot
> into A instead of running the bootserver.
> 
> Change-Id: I53fce6e1f84ebedea49d8cf8545f492d18f6026e

TBR=nmulcahey@google.com,rudymathu@google.com

# Not skipping CQ checks because original CL landed > 1 day ago.

Change-Id: I2f6fab0fcd291f1e5e3ca2e07476dda8bbe14f02
11 files changed
tree: 1d8e660cc04cd8046f61cf805a0a3dc8a2a7be1c
  1. artifacts/
  2. buildbucket/
  3. cmd/
  4. devices/
  5. digest/
  6. gotidy/
  7. .gitignore
  8. AUTHORS
  9. go.mod
  10. go.sum
  11. LICENSE
  12. MAINTAINERS
  13. manifest
  14. PATENTS
  15. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}