diff options
author | wdenk <wdenk> | 2004-12-13 00:18:44 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-12-13 00:18:44 +0000 |
commit | 689aec1b0546653cc56e61b3758f9a675500aaf0 (patch) | |
tree | 6df46050703e5882096eed7c93b8616d8ddbf4e5 /board/cmc_pu2 | |
parent | 7e6bf358d84b413b7a402079b130a9a2a1222d74 (diff) | |
download | u-boot-imx-689aec1b0546653cc56e61b3758f9a675500aaf0.zip u-boot-imx-689aec1b0546653cc56e61b3758f9a675500aaf0.tar.gz u-boot-imx-689aec1b0546653cc56e61b3758f9a675500aaf0.tar.bz2 |
Patch by Steven Scholz, 12 Dec 2004:
Fix typo in AT91 memory setup.
Diffstat (limited to 'board/cmc_pu2')
-rw-r--r-- | board/cmc_pu2/memsetup.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cmc_pu2/memsetup.S b/board/cmc_pu2/memsetup.S index 317f16d..e6a255f 100644 --- a/board/cmc_pu2/memsetup.S +++ b/board/cmc_pu2/memsetup.S @@ -66,7 +66,7 @@ /* sdram */ #define PIOC_ASR 0xFFFFF870 #define PIOC_ASR_VAL 0xFFFF0000 /* Configure PIOC as peripheral (D16/D31) */ -#define PIOC_BSR 0xFFFFF804 +#define PIOC_BSR 0xFFFFF874 #define PIOC_BSR_VAL 0x00000000 #define PIOC_PDR 0xFFFFF804 #define PIOC_PDR_VAL 0xFFFF0000 |