commit | 9e486ab1c98ea7ab357520307fe5d5a0847cd1bb | [log] [tgz] |
---|---|---|
author | Scott McNutt <smcnutt@psyent.com> | Tue Mar 30 20:26:15 2010 -0400 |
committer | Scott McNutt <smcnutt@psyent.com> | Fri Apr 02 12:28:41 2010 -0400 |
tree | df9b12d48dc9840b39ba1ddea89d7a8402c56826 | |
parent | 3a89a91a10fed545af458418e63d911953a9849c [diff] |
nios2: Fix AMDLV065D flash write bug in altera board common tree. Signed-off-by: Scott McNutt <smcnutt@psyent.com>
diff --git a/board/altera/common/AMDLV065D.c b/board/altera/common/AMDLV065D.c index 72b0a9f..7a1b4d3 100644 --- a/board/altera/common/AMDLV065D.c +++ b/board/altera/common/AMDLV065D.c
@@ -172,7 +172,7 @@ writeb (0xaa, cmd); writeb (0x55, cmd); writeb (0xa0, cmd); - writeb (dst, b); + writeb (b, dst); /* Verify write */ start = get_timer (0);