Skip to content
Snippets Groups Projects
Commit 6c477544 authored by Pascal Brand's avatar Pascal Brand Committed by Jens Wiklander
Browse files

Remove modprobe optee_armtz in case of generic driver


Reviewed-by: default avatarJoakim Bech <joakim.bech@linaro.org>
Reviewed-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: default avatarPascal Brand <pascal.brand@st.com>
parent a6d968c8
No related branches found
No related tags found
No related merge requests found
......@@ -57,9 +57,6 @@ info " done, guest is booted.\nLoading OP-TEE driver and tee-supplicant..."
# Toolchain libraries might be here or there
send -- "export LD_LIBRARY_PATH=/lib:/lib/arm-linux-gnueabihf\r"
expect "root@Vexpress:/ "
send -- "modprobe optee_armtz\r"
expect "root@Vexpress:/ "
sleep 1
send -- "tee-supplicant&\r"
expect "root@Vexpress:/ "
sleep 1
......
......@@ -162,8 +162,6 @@ define run-help
@echo attach a debugger and continue from there.
@echo
@echo To run xtest paste the following on the serial 0 prompt
@echo modprobe optee_armtz
@echo sleep 0.1
@echo tee-supplicant\&
@echo sleep 0.1
@echo xtest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment