commit | 7239c5da5e9197accb3dfe395be4502c3b9bca8e | [log] [tgz] |
---|---|---|
author | David Brownell <dbrownell@users.sourceforge.net> | Sun Apr 12 15:40:16 2009 -0700 |
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Fri Apr 24 22:54:19 2009 +0200 |
tree | 2ff576e411239c1ef26c7f858cb149cb56887754 | |
parent | ffd8c7170d55c34bbfcfd2c84093dcaff796cbf3 [diff] |
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>