build-setup: switch zaius to default
The local.conf.sample for Zaius uses 'openbmc-zaius' as its DISTRO,
rather than 'openbmc-openpower'. This makes a minor change to the
BMC ethernet structure and should probably be used as the default
in our Jenkins builds as well. Remove the special case for Zaius
and use what is found in the repository's local.conf.sample.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I2099b977c5d7b3e279776cb5ca5517fc51a32ede
diff --git a/build-setup.sh b/build-setup.sh
index 1ecf999..fc9aaaf 100755
--- a/build-setup.sh
+++ b/build-setup.sh
@@ -150,10 +150,6 @@
rainier)
DISTRO="openbmc-openpower"
;;
- zaius)
- # This should probably be openbmc-zaius, which is default.
- DISTRO="openbmc-openpower"
- ;;
*)
echo "Unspecified machine ${target}; default to local.sample.conf values."
;;