maint(toolchain_util): Drop amd64-generic from list of valid boards.

The cleanup begins...
This commit is contained in:
Michael Marineau 2014-04-23 16:01:47 -07:00
parent 531c7e0d54
commit 46e2e17697

View File

@ -20,8 +20,6 @@ CROSS_PROFILES["x86_64-cros-linux-gnu"]="coreos:coreos/amd64/generic"
# definitive list, there is assorted code new and old that either
# guesses or hard-code these. All that should migrate to this list.
declare -A BOARD_CHOSTS BOARD_PROFILES
BOARD_CHOSTS["amd64-generic"]="x86_64-cros-linux-gnu"
BOARD_PROFILES["amd64-generic"]="coreos:coreos/amd64/generic"
BOARD_CHOSTS["amd64-usr"]="x86_64-cros-linux-gnu"
BOARD_PROFILES["amd64-usr"]="coreos:coreos/amd64/usr"
BOARD_NAMES=( "${!BOARD_CHOSTS[@]}" )