summaryrefslogtreecommitdiffstats
path: root/include/configs/kilauea.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2008-05-08 11:10:46 +0200
committerStefan Roese <sr@denx.de>2008-05-08 11:10:46 +0200
commitef2642625cbfb1c3695e3478d08ae515052a4950 (patch)
tree715204a37d37f43e60bedab1d6127e627831c90b /include/configs/kilauea.h
parenta00eccfebc954ad9485161efeca7d9aaf626d530 (diff)
downloadtalos-obmc-uboot-ef2642625cbfb1c3695e3478d08ae515052a4950.tar.gz
talos-obmc-uboot-ef2642625cbfb1c3695e3478d08ae515052a4950.zip
ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/kilauea.h')
-rw-r--r--include/configs/kilauea.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/kilauea.h b/include/configs/kilauea.h
index f4cf42c311..57cc90a6de 100644
--- a/include/configs/kilauea.h
+++ b/include/configs/kilauea.h
@@ -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
OpenPOWER on IntegriCloud