summaryrefslogtreecommitdiffstats
path: root/include/configs/B4860QDS.h
diff options
context:
space:
mode:
authorMinghuan Lian <Minghuan.Lian@freescale.com>2013-07-03 18:32:41 +0800
committerYork Sun <yorksun@freescale.com>2013-08-09 12:41:41 -0700
commit0795eff34c5744dcc59ead6edbbcd2cd600f58fe (patch)
tree8bc79d5dd0c1617738d1939c11424d9ac299b1e4 /include/configs/B4860QDS.h
parentcb033741f425c8290fdcfbe6da4ae69b504c52fa (diff)
downloadtalos-obmc-uboot-0795eff34c5744dcc59ead6edbbcd2cd600f58fe.tar.gz
talos-obmc-uboot-0795eff34c5744dcc59ead6edbbcd2cd600f58fe.zip
powerpc/rman: fix RMan support for t4240 and b4860
1. Add CONFIG_SYS_DPAA_RMAN macro to t4240 and b4860. 2. Decrease RMan liodn offset number. SET_RMAN_LIODN() is used to set liodn offset of RMan blocks 0-3. For t4240 and b4860, RMan liodn base is assigned to 922, the original offset number is too large that the liodn (base+offset 922+678 = 1600) is greater than 0x500 the maximum liodn number. Signed-off-by: Minghuan Lian <Minghuan.Lian@freescale.com> Signed-off-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/B4860QDS.h')
-rw-r--r--include/configs/B4860QDS.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/B4860QDS.h b/include/configs/B4860QDS.h
index 7bc3428f4a..2f0bc6b062 100644
--- a/include/configs/B4860QDS.h
+++ b/include/configs/B4860QDS.h
@@ -584,6 +584,8 @@ unsigned long get_board_ddr_clk(void);
#define CONFIG_SYS_DPAA_FMAN
+#define CONFIG_SYS_DPAA_RMAN
+
/* Default address of microcode for the Linux Fman driver */
#if defined(CONFIG_SPIFLASH)
/*
OpenPOWER on IntegriCloud