summaryrefslogtreecommitdiff
path: root/SamsungPlatformPkg
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2012-12-12 16:42:08 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2013-09-17 18:27:56 +0100
commit8ed57f671aeb4b01f766524fd4f6f0592166b0ab (patch)
tree414efd2c837de932d551ab77ddf29dc5f576392c /SamsungPlatformPkg
parentd9b8b5c45067cb3184829b01d5cd046630ff3810 (diff)
Samsung/Arndale: update path inside imgburn.sh
imgburn.sh was relative to the wrong directory path. Now it has been updated to build from within the tree. Signed-off-by: Rony Nandy <rony.nandy@linaro.org>
Diffstat (limited to 'SamsungPlatformPkg')
-rwxr-xr-xSamsungPlatformPkg/Apps/Tools/mkbl2/imgburn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/SamsungPlatformPkg/Apps/Tools/mkbl2/imgburn.sh b/SamsungPlatformPkg/Apps/Tools/mkbl2/imgburn.sh
index 409749b3f..0cdf3eead 100755
--- a/SamsungPlatformPkg/Apps/Tools/mkbl2/imgburn.sh
+++ b/SamsungPlatformPkg/Apps/Tools/mkbl2/imgburn.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-IMAGE=../../../../../edk2-git/edk2/Build/Arndale-Exynos/DEBUG_ARMLINUXGCC/FV/ARNDALE_EFI.fd
+IMAGE=../../../../Build/Arndale-Exynos/DEBUG_ARMLINUXGCC/FV/ARNDALE_EFI.fd
if [ $# -ne 2 ]
then