[U-Boot-Users] Bug in AT91RM9200 memsetup?
Steven Scholz
steven.scholz at imc-berlin.de
Sun Dec 12 15:17:18 CET 2004
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
More information about the U-Boot
mailing list