فهرست منبع

Fix compiler problem with at91rm9200dk board.
Patch by Eugen Bigz, 19 Dec 2005

Wolfgang Denk 19 سال پیش
والد
کامیت
27e166b875
2فایلهای تغییر یافته به همراه8 افزوده شده و 1 حذف شده
  1. 7 0
      CHANGELOG
  2. 1 1
      board/at91rm9200dk/at91rm9200dk.c

+ 7 - 0
CHANGELOG

@@ -1,3 +1,10 @@
+======================================================================
+Changes since U-Boot 1.1.4:
+======================================================================
+
+* Fix compiler problem with at91rm9200dk board.
+  Patch by Eugen Bigz, 19 Dec 2005
+
 ======================================================================
 Changes for U-Boot 1.1.4:
 ======================================================================

+ 1 - 1
board/at91rm9200dk/at91rm9200dk.c

@@ -41,7 +41,7 @@ int board_init (void)
 
 	/* Correct IRDA resistor problem */
 	/* Set PA23_TXD in Output */
-	(AT91PS_PIO) AT91C_BASE_PIOA->PIO_OER = AT91C_PA23_TXD2;
+	((AT91PS_PIO) AT91C_BASE_PIOA)->PIO_OER = AT91C_PA23_TXD2;
 
 	/* memory and cpu-speed are setup before relocation */
 	/* so we do _nothing_ here */