summaryrefslogtreecommitdiffstats
path: root/memtestEDK/Memtest/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'memtestEDK/Memtest/run.sh')
-rwxr-xr-xmemtestEDK/Memtest/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/memtestEDK/Memtest/run.sh b/memtestEDK/Memtest/run.sh
index f9a3f01..6d98a65 100755
--- a/memtestEDK/Memtest/run.sh
+++ b/memtestEDK/Memtest/run.sh
@@ -3,7 +3,7 @@
(cd ..;. edksetup.sh BaseTools; build -a X64 -p MdeModulePkg/MdeModulePkg.dsc)
if [ $? -ne 0 ]; then exit 1; fi
-(cd ..; cp Build/MdeModule/DEBUG_GCC5/X64/GetRootSystemDescriptionPointer.efi ../../git/working_dir/memtest86/test_code/hda-contents/)
+(cd ..; cp Build/MdeModule/DEBUG_GCC5/X64/ProtocolInformation.efi ../../git/working_dir/memtest86/test_code/hda-contents/)
if [ $? -ne 0 ]; then exit 1; fi
(cd ../../../git/working_dir/memtest86/test_code; sudo ./run.sh )