]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
minor DaVinci clock cleanup
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 12 Apr 2009 22:40:16 +0000 (15:40 -0700)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Fri, 24 Apr 2009 20:54:19 +0000 (22:54 +0200)
commit7239c5da5e9197accb3dfe395be4502c3b9bca8e
tree2ff576e411239c1ef26c7f858cb149cb56887754
parentffd8c7170d55c34bbfcfd2c84093dcaff796cbf3
minor DaVinci clock cleanup

Minor cleanup to clock-related defines for DaVinci DM6446 boards:

 - CONFIG_SYS_CLK_FREQ is unused; remove it.

 - CONFIG_SYS_NS16550_CLK must be the same as CONFIG_SYS_HZ_CLOCK

On DM6446 both of those peripheral clocks actually come from the
same source, the primary oscillator.  Having them use the same
symbol avoids bugs in the clone'n'modify development cycle.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
include/configs/davinci_dvevm.h
include/configs/davinci_schmoogie.h
include/configs/davinci_sffsdr.h
include/configs/davinci_sonata.h