mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
a00eccfebc
commit
ef2642625c
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@
|
|||
* Some Kilauea stuff..., mainly fpga registers
|
||||
*/
|
||||
#define CFG_FPGA_REG_BASE CFG_FPGA_BASE
|
||||
#define CFG_FPGA_FIFO_BASE (in32(CFG_FPGA_BASE) | (1 << 11))
|
||||
#define CFG_FPGA_FIFO_BASE (in32(CFG_FPGA_BASE) | (1 << 10))
|
||||
|
||||
/* interrupt */
|
||||
#define CFG_FPGA_SLIC0_R_DPRAM_INT 0x80000000
|
||||
|
|
Loading…
Add table
Reference in a new issue