mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-11 13:08:31 -04:00
Patch by Steven Scholz, 12 Dec 2004:
Fix typo in AT91 memory setup.
This commit is contained in:
parent
7e6bf358d8
commit
689aec1b05
@ -2,6 +2,9 @@
|
|||||||
Changes since U-Boot 1.1.1:
|
Changes since U-Boot 1.1.1:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Patch by Steven Scholz, 12 Dec 2004:
|
||||||
|
Fix typo in AT91 memory setup.
|
||||||
|
|
||||||
* Patch by Martin Krause, 27 Oct 2004:
|
* Patch by Martin Krause, 27 Oct 2004:
|
||||||
- add support for "STK52xx" board (including PS/2 multiplexer)
|
- add support for "STK52xx" board (including PS/2 multiplexer)
|
||||||
- add hardware detection for TQM5200
|
- add hardware detection for TQM5200
|
||||||
|
@ -66,7 +66,7 @@
|
|||||||
/* sdram */
|
/* sdram */
|
||||||
#define PIOC_ASR 0xFFFFF870
|
#define PIOC_ASR 0xFFFFF870
|
||||||
#define PIOC_ASR_VAL 0xFFFF0000 /* Configure PIOC as peripheral (D16/D31) */
|
#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_BSR_VAL 0x00000000
|
||||||
#define PIOC_PDR 0xFFFFF804
|
#define PIOC_PDR 0xFFFFF804
|
||||||
#define PIOC_PDR_VAL 0xFFFF0000
|
#define PIOC_PDR_VAL 0xFFFF0000
|
||||||
|
@ -66,7 +66,7 @@
|
|||||||
/* sdram */
|
/* sdram */
|
||||||
#define PIOC_ASR 0xFFFFF870
|
#define PIOC_ASR 0xFFFFF870
|
||||||
#define PIOC_ASR_VAL 0xFFFF0000 /* Configure PIOC as peripheral (D16/D31) */
|
#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_BSR_VAL 0x00000000
|
||||||
#define PIOC_PDR 0xFFFFF804
|
#define PIOC_PDR 0xFFFFF804
|
||||||
#define PIOC_PDR_VAL 0xFFFF0000
|
#define PIOC_PDR_VAL 0xFFFF0000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user