summaryrefslogtreecommitdiffstats
path: root/include/configs/T4240RDB.h
diff options
context:
space:
mode:
authorChunhe Lan <Chunhe.Lan@freescale.com>2014-05-07 10:56:18 +0800
committerYork Sun <yorksun@freescale.com>2014-05-16 16:24:26 -0500
commit1a344456a95b28f28e47f66aa4ec4ac88f703f35 (patch)
treec363d7a3940cf3e434445b6f40f8963c5155c2fd /include/configs/T4240RDB.h
parentf1a96ec1a9920854c3308a062caca0b339bd1e3b (diff)
downloadtalos-obmc-uboot-1a344456a95b28f28e47f66aa4ec4ac88f703f35.tar.gz
talos-obmc-uboot-1a344456a95b28f28e47f66aa4ec4ac88f703f35.zip
powerpc/85xx: Add T4160RDB board support
T4160RDB shares the same platform as T4240RDB. T4160 is a low power version of T4240, with the eight e6500 cores, two DDR3 controllers, and same peripheral bus interfaces. Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/T4240RDB.h')
-rw-r--r--include/configs/T4240RDB.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/T4240RDB.h b/include/configs/T4240RDB.h
index b1a8053a53..183255d283 100644
--- a/include/configs/T4240RDB.h
+++ b/include/configs/T4240RDB.h
@@ -678,7 +678,11 @@ unsigned long get_board_ddr_clk(void);
* interleaving. It can be cacheline, page, bank, superbank.
* See doc/README.fsl-ddr for details.
*/
+#ifdef CONFIG_PPC_T4240
#define CTRL_INTLV_PREFERED 3way_4KB
+#else
+#define CTRL_INTLV_PREFERED cacheline
+#endif
#define CONFIG_EXTRA_ENV_SETTINGS \
"hwconfig=fsl_ddr:" \
OpenPOWER on IntegriCloud