aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoj Kumar <manoj.kumar3@arm.com>2018-01-31 12:02:23 +0530
committerArvind Chauhan <arvind.chauhan@arm.com>2018-01-31 06:38:35 +0000
commit387155749d24f696ac418629886e6d3155b00d44 (patch)
tree099b38d0cfdff7c35c4b9aab3676779f26fba8ea
parentec336b375c216928343ab3959a462c453df9ad02 (diff)
fix edk2 directory in check_workspace function
This patch fixes the check_workspace function in platforms-common.sh This function checks for the presence of uefi/edk2/OpenPlatformPkg which is now moved to edk2-platforms. Signed-off-by: Manoj Kumar <manoj.kumar3@arm.com>
-rwxr-xr-xplatforms-common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms-common.sh b/platforms-common.sh
index e43dba3..cfb302b 100755
--- a/platforms-common.sh
+++ b/platforms-common.sh
@@ -35,7 +35,7 @@ function check_workspace
model-scripts
recovery
uefi/edk2
- uefi/edk2/OpenPlatformPkg
+ uefi/edk2/edk2-platforms
vexpress-firmware
)