Skip to content

Commit ac1465e

Browse files
committed
x86_fsp: qemu: move fsp qemu script in tools/x86_fsp/qemu folder
1 parent d072f44 commit ac1465e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/x86_fsp/qemu/test_qemu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ IMAGE=test-app/image.elf SIGN=--ecc384 ./tools/x86_fsp/qemu/make_hd.sh
4646

4747
echo "RUNNING QEMU"
4848
# launch qemu in background
49-
./tools/scripts/qemu64/qemu64-tpm.sh -p | tee /tmp/qemu_output &
49+
./tools/x86_fsp/qemu/qemu64-tpm.sh -p | tee /tmp/qemu_output &
5050
echo "WAITING FOR QEMU TO RUN"
5151
sleep 5
5252

0 commit comments

Comments
 (0)