* stk500v2_private.h (struct pdata): add boot_start

* stk500v2.c: For the "flash" pseudo-memory of Xmega devices,
distinguish addresses between "application" and "boot" area.




git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1081 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2012-04-19 13:32:34 +00:00
parent c1a5d32c87
commit f4db29d983
3 changed files with 66 additions and 14 deletions

View File

@@ -312,6 +312,9 @@ struct pdata
AVRPART *lastpart;
/* Start address of Xmega boot area */
unsigned long boot_start;
/*
* Chained pdata for the JTAG ICE mkII backend. This is used when
* calling the backend functions for ISP/HVSP/PP programming