blob: 23db44dbd85ba3597155dd1a3de3e75f5ccb3ee1 [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001# Stop target
2interrupt
3
4# Load EL3 payload
5load build/juno/el3_payload.elf
6
7# Jump over BL1 infinite loop
8set var $pc = $pc + 4
9
10# Resume execution
11continue