From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Sun, 12 Dec 2004 15:17:18 +0100 Subject: [U-Boot-Users] Bug in AT91RM9200 memsetup? Message-ID: <41BC52EE.4070907@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi there, board/at91rm9200dk/memsetup.S and board/cmc_pu2/memsetup.S define #define PIOC_ASR 0xFFFFF870 #define PIOC_BSR 0xFFFFF804 #define PIOC_PDR 0xFFFFF804 but according to the User Manunal is should have been: #define PIOC_ASR 0xFFFFF870 #define PIOC_BSR 0xFFFFF874 #define PIOC_PDR 0xFFFFF804 Is that a bug or a feature? -- Steven Scholz