bug #40782: Verify errors for object size > 16 k on x32e5 due

to typo in avrdude.conf
* avrdude.conf.in (ATmega8E5, ATmega32E5): fix boot location




git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1289 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch
2014-03-12 21:08:05 +00:00
parent becc8e9eea
commit 1a2cb8370c
3 changed files with 12 additions and 3 deletions

View File

@@ -14233,7 +14233,7 @@ part parent ".xmega"
memory "boot"
size = 0x800;
offset = 0x00804000;
offset = 0x00802000;
page_size = 0x80;
readsize = 0x100;
;
@@ -14337,7 +14337,7 @@ part parent ".xmega"
memory "boot"
size = 0x1000;
offset = 0x00804000;
offset = 0x00808000;
page_size = 0x80;
readsize = 0x100;
;