commit | b890f9eaaa30aec5655d44eda823579b7cd769fb | [log] [tgz] |
---|---|---|
author | Wolfgang Grandegger <wg@denx.de> | Fri Oct 23 12:03:13 2009 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Sat Oct 31 12:13:28 2009 +0100 |
tree | 7bb2e6539685e5a72a222bb0a4364409d5d96aa7 | |
parent | eec6b14efd03e2faa66f396f63170a59bd2269e5 [diff] |
video: mb862xx: improve board-specific Lime configuration To avoid board-specific code accessing the mb862xx registers directly, the public function mb862xx_probe() has been introduced. Furthermore, the "Change of Clock Frequency" and "Set Memory I/F Mode" registers are now defined by CONFIG_SYS_MB862xx_CCF and CONFIG_SYS_MB862xx__MMR, respectively. The BSPs for the socrates and lwmon5 boards have been adapted accordingly. Signed-off-by: Wolfgang Grandegger <wg@denx.de>