Skip to content
Snippets Groups Projects
Commit 27e166b8 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Fix compiler problem with at91rm9200dk board.

Patch by Eugen Bigz, 19 Dec 2005
parent e6b6d16d
No related branches found
No related tags found
No related merge requests found
======================================================================
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:
======================================================================
......
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment