From 2bf1b6b9f458fc98e235d3cc5652f3e8a1aa4bf3 Mon Sep 17 00:00:00 2001
From: joerg_wunsch <joerg_wunsch@81a1dc3b-b13d-400b-aceb-764788c761c2>
Date: Mon, 13 Jun 2005 21:24:06 +0000
Subject: [PATCH] Fix broken page/intrapage address bit assignments for the
 ATmega649x.

Now loading flash works on these devices even for simple parallel ISP
adapters.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@474 81a1dc3b-b13d-400b-aceb-764788c761c2
---
 avrdude.conf.in | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/avrdude.conf.in b/avrdude.conf.in
index 291a7686..9527531a 100644
--- a/avrdude.conf.in
+++ b/avrdude.conf.in
@@ -3113,17 +3113,17 @@ part
 
         loadpage_lo     = "  0   1   0   0      0   0   0   0",
                           "  x   x   x   x      x   x   x   x",
-                          "  x   x  a5  a4     a3  a2  a1  a0",
+                          "  x  a6  a5  a4     a3  a2  a1  a0",
                           "  i   i   i   i      i   i   i   i";
 
         loadpage_hi     = "  0   1   0   0      1   0   0   0",
                           "  x   x   x   x      x   x   x   x",
-                          "  x   x  a5  a4     a3  a2  a1  a0",
+                          "  x  a6  a5  a4     a3  a2  a1  a0",
                           "  i   i   i   i      i   i   i   i";
 
         writepage       = "  0   1   0   0      1   1   0   0",
                           "  x   x   x a12    a11 a10  a9  a8",
-                          " a7  a6   x   x      x   x   x   x",
+                          " a7   x   x   x      x   x   x   x",
                           "  x   x   x   x      x   x   x   x";
 
 	mode		= 0x41;
@@ -3265,17 +3265,17 @@ part
 
         loadpage_lo     = "  0   1   0   0      0   0   0   0",
                           "  x   x   x   x      x   x   x   x",
-                          "  x   x  a5  a4     a3  a2  a1  a0",
+                          "  x  a6  a5  a4     a3  a2  a1  a0",
                           "  i   i   i   i      i   i   i   i";
 
         loadpage_hi     = "  0   1   0   0      1   0   0   0",
                           "  x   x   x   x      x   x   x   x",
-                          "  x   x  a5  a4     a3  a2  a1  a0",
+                          "  x  a6  a5  a4     a3  a2  a1  a0",
                           "  i   i   i   i      i   i   i   i";
 
         writepage       = "  0   1   0   0      1   1   0   0",
                           "  x   x   x a12    a11 a10  a9  a8",
-                          " a7  a6   x   x      x   x   x   x",
+                          " a7   x   x   x      x   x   x   x",
                           "  x   x   x   x      x   x   x   x";
 
 	mode		= 0x41;