]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib_ppc/board.c
Clean up the TQM8xx_YYMHz configurations; allow to use the same
[people/ms/u-boot.git] / lib_ppc / board.c
index 0dbf163a20b36264dc69d5e112df362ddc126671..c82eb364d48bbb9f67e3f7be06c87b6ed5cfa8fd 100644 (file)
@@ -265,6 +265,9 @@ init_fnc_t *init_sequence[] = {
 
 #if !defined(CONFIG_TQM866M)
        get_clocks,             /* get CPU and bus clocks (etc.) */
+#if defined(CONFIG_TQM8xxL) && !defined(CONFIG_TQM866M)
+       adjust_sdram_tbs_8xx,
+#endif
        init_timebase,
 #endif
 #ifdef CFG_ALLOC_DPRAM