diff options
| author | Stefan Roese <sr@denx.de> | 2008-02-14 11:46:07 +0100 |
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2008-02-14 11:46:07 +0100 |
| commit | f90e69c634f0b57e88533ceb36dabfd5b6b4e55a (patch) | |
| tree | b959a336b118e054afec34b69a9bbe7021f56983 /board/pcs440ep/pcs440ep.c | |
| parent | fe891ecf4d187e9d11dde869ed4623af52b54451 (diff) | |
| parent | b7f6193e76651e1fd606e46eb11915b53cb6618b (diff) | |
| download | olio-uboot-2014.01-f90e69c634f0b57e88533ceb36dabfd5b6b4e55a.tar.xz olio-uboot-2014.01-f90e69c634f0b57e88533ceb36dabfd5b6b4e55a.zip | |
Merge branch 'for-1.3.2'
Diffstat (limited to 'board/pcs440ep/pcs440ep.c')
| -rw-r--r-- | board/pcs440ep/pcs440ep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pcs440ep/pcs440ep.c b/board/pcs440ep/pcs440ep.c index 90e99d3dc..96adbc915 100644 --- a/board/pcs440ep/pcs440ep.c +++ b/board/pcs440ep/pcs440ep.c @@ -175,7 +175,7 @@ int board_early_init_f(void) *-------------------------------------------------------------------*/ mfsdr(sdr_pci0, reg); mtsdr(sdr_pci0, 0x80000000 | reg); /* PCI arbiter enabled */ - mtsdr(sdr_pfc0, 0x00000100); /* Pin function: enable GPIO49-63 */ + mtsdr(sdr_pfc0, 0x00000000); /* Pin function: enable GPIO49-63 */ mtsdr(sdr_pfc1, 0x00048000); /* Pin function: UART0 has 4 pins, select IRQ5 */ return 0; |