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);