]> git.ipfire.org Git - people/ms/u-boot.git/commit
mxc_serial replace platform specific clock
authorJohn Rigby <jcrigby@gmail.com>
Tue, 26 Jan 2010 06:12:51 +0000 (23:12 -0700)
committerTom Rix <Tom.Rix@windriver.com>
Sun, 7 Mar 2010 18:36:36 +0000 (12:36 -0600)
commite911c983f4a8d588f831806af37eb56c95512d5d
tree80145728cda86ca8d4a43ad7c90d8cabbeb17b6f
parentc5fb70c9114bd0a8289444d3d5c7e360eda08232
mxc_serial replace platform specific clock

remove ifdef'd clock selection code from
serial_mxc.c and replace with call to imx_get_uartclk

Add definitions for imx_get_uartclk to imx31 and imx27
include files.

This makes it easier to add new imx platforms.

Signed-off-by: John Rigby <jcrigby@gmail.com>
include/asm-arm/arch-mx27/clock.h
include/asm-arm/arch-mx31/mx31.h