]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Fix compiler problem with at91rm9200dk board.
authorWolfgang Denk <wd@pollux.(none)>
Mon, 19 Dec 2005 12:02:45 +0000 (13:02 +0100)
committerWolfgang Denk <wd@pollux.(none)>
Mon, 19 Dec 2005 12:02:45 +0000 (13:02 +0100)
Patch by Eugen Bigz, 19 Dec 2005

CHANGELOG
board/at91rm9200dk/at91rm9200dk.c

index 015932e74db7cd15bf695fbaafa816fd00c708f8..c70c37695b2ae593f0ca89e11612808a386404c6 100644 (file)
--- a/CHANGELOG
+++ b/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:
 ======================================================================
index 77caed36dd87c9eb8bc9920a20575a45a4609695..90167768539174d40dae3f14d21d64b0781402cc 100644 (file)
@@ -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 */