Merge pull request #289 from antmicro/renode-cc2538-vtor

Renode: fix vector table offset in the script.
This commit is contained in:
George Oikonomou 2018-02-02 12:40:59 +00:00 committed by GitHub
commit 552d088a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ macro reset
sysbus LoadBinary @http://antmicro.com/projects/renode/cc2538_rom_dump.bin-s_524288-0c196cdc21b5397f82e0ff42b206d1cc4b6d7522 0x0
sysbus LoadELF $bin
cpu VectorTableOffset 0x200000
cpu VectorTableOffset `sysbus GetSymbolAddress "vectors"`
"""
runMacro $reset