]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sbc8548: get_clock_freq is not valid for this board
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 18 Sep 2009 23:08:40 +0000 (19:08 -0400)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 24 Sep 2009 17:04:59 +0000 (12:04 -0500)
commit2c40acd3525b75db3fcd3f5a5bd40445679b5547
treed18187d359fe31f2235b446d325549d545d20db3
parent7b1f1399e876587e0a268a5a471dd444bfbc3114
sbc8548: get_clock_freq is not valid for this board

The get_clock_freq() comes from freescale/common/cadmus.c and is
only valid for the CDS based 85xx reference platforms.  It would
be nice if we could read the 33 vs. 66MHz status somehow, but in
the meantime, tie it to CONFIG_SYS_CLK_FREQ like all the other
non-CDS boards do.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
board/sbc8548/sbc8548.c