modified jtagwait to allow to set reset start address when renamed to .TTP

This commit is contained in:
Markus Fröschle
2014-08-10 14:39:06 +00:00
parent 1134454984
commit 852bf8928f
6 changed files with 93 additions and 47 deletions

View File

@@ -1089,6 +1089,9 @@ void initialize_hardware(void)
#endif
, MAJOR_VERSION, MINOR_VERSION, __DATE__, __TIME__);
extern char *rom_header;
xprintf("running from %p\r\n\r\n", &rom_header);
/*
* Determine cause(s) of Reset
*/