Patch by Steven Scholz, 12 Dec 2004:
authorwdenk <wdenk>
Mon, 13 Dec 2004 00:18:44 +0000 (00:18 +0000)
committerwdenk <wdenk>
Mon, 13 Dec 2004 00:18:44 +0000 (00:18 +0000)
Fix typo in AT91 memory setup.

CHANGELOG
board/at91rm9200dk/memsetup.S
board/cmc_pu2/memsetup.S

index d483e05..01ee784 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 Changes since U-Boot 1.1.1:
 ======================================================================
 
+* Patch by Steven Scholz, 12 Dec 2004:
+  Fix typo in AT91 memory setup.
+
 * Patch by Martin Krause, 27 Oct 2004:
   - add support for "STK52xx" board (including PS/2 multiplexer)
   - add hardware detection for TQM5200
index b8a19c5..725b62e 100644 (file)
@@ -66,7 +66,7 @@
 /* sdram */
 #define PIOC_ASR 0xFFFFF870
 #define PIOC_ASR_VAL 0xFFFF0000 /* Configure PIOC as peripheral (D16/D31) */
-#define PIOC_BSR 0xFFFFF804
+#define PIOC_BSR 0xFFFFF874
 #define PIOC_BSR_VAL 0x00000000
 #define PIOC_PDR 0xFFFFF804
 #define PIOC_PDR_VAL 0xFFFF0000
index 317f16d..e6a255f 100644 (file)
@@ -66,7 +66,7 @@
 /* sdram */
 #define PIOC_ASR 0xFFFFF870
 #define PIOC_ASR_VAL 0xFFFF0000 /* Configure PIOC as peripheral (D16/D31) */
-#define PIOC_BSR 0xFFFFF804
+#define PIOC_BSR 0xFFFFF874
 #define PIOC_BSR_VAL 0x00000000
 #define PIOC_PDR 0xFFFFF804
 #define PIOC_PDR_VAL 0xFFFF0000