diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-13 22:12:58 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-13 22:12:58 +0200 |
commit | cf8f60f0eaeba44190fc9a0b56f0a53850ccb8c9 (patch) | |
tree | 9ad4aaaef72a926b5e9dd588bf5d4074b74fc641 /lib_ppc/board.c | |
parent | d22d102808ddae3d40360df8d94e7f4239c88093 (diff) | |
parent | 090eb73510838c0e8c20d80eea0d7f9e774ff6b5 (diff) | |
download | u-boot-imx-cf8f60f0eaeba44190fc9a0b56f0a53850ccb8c9.zip u-boot-imx-cf8f60f0eaeba44190fc9a0b56f0a53850ccb8c9.tar.gz u-boot-imx-cf8f60f0eaeba44190fc9a0b56f0a53850ccb8c9.tar.bz2 |
Merge with /home/mk/11-cmb1920/u-boot
Diffstat (limited to 'lib_ppc/board.c')
-rw-r--r-- | lib_ppc/board.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index dbb752e..db80f77 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -270,7 +270,8 @@ init_fnc_t *init_sequence[] = { #if !defined(CONFIG_8xx_CPUCLK_DEFAULT) get_clocks, /* get CPU and bus clocks (etc.) */ -#if defined(CONFIG_TQM8xxL) && !defined(CONFIG_TQM866M) +#if defined(CONFIG_TQM8xxL) && !defined(CONFIG_TQM866M) \ + && !defined(CONFIG_TQM885D) adjust_sdram_tbs_8xx, #endif init_timebase, |