]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/T4240RDB.h
Merge remote-tracking branch 'u-boot-imx/master'
[karo-tx-uboot.git] / include / configs / T4240RDB.h
index b1a8053a539c31ed69f4b6ffbe97e3e4db9b19c0..183255d2831ebb3c1e4a4e4e33a6cf5c0238443b 100644 (file)
@@ -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:"                                     \