Skip to content
Snippets Groups Projects
Commit ef264262 authored by Stefan Roese's avatar Stefan Roese
Browse files

ppc4xx: Kilauea: Fix incorrect FPGA FIFO address


Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent a00eccfe
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment