summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platforms.config2
-rwxr-xr-xuefi-build.sh3
2 files changed, 3 insertions, 2 deletions
diff --git a/platforms.config b/platforms.config
index 826d000..2ec4131 100644
--- a/platforms.config
+++ b/platforms.config
@@ -234,7 +234,7 @@ UEFI_IMAGE_DIR=APMXGene-Mustang
[styx]
LONGNAME=AMD Styx
BUILDFLAGS=-D INTEL_BDS
-DSC=AmdStyx/EmeraldBoard/EmeraldBoard.dsc
+DSC=AmdStyx/OverdriveBoard/OverdriveBoard.dsc
ARCH=AARCH64
UEFI_BIN=STYX_EFI.fd
diff --git a/uefi-build.sh b/uefi-build.sh
index 5a118ea..85de92f 100755
--- a/uefi-build.sh
+++ b/uefi-build.sh
@@ -217,7 +217,7 @@ else
exit
;;
"-v" )
- export VERBOSE=1
+ VERBOSE=1
;;
"-a" )
shift
@@ -277,6 +277,7 @@ then
fi
EDK2_DIR="$PWD"
+export VERBOSE
if [[ "${EXTRA_OPTIONS[@]}" != *"FIRMWARE_VER"* ]]; then
if test -d .git && head=`git rev-parse --verify --short HEAD 2>/dev/null`; then