• D
    minor DaVinci clock cleanup · 7239c5da
    David Brownell 提交于
    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: NDavid Brownell <dbrownell@users.sourceforge.net>
    7239c5da
davinci_dvevm.h 9.2 KB