commit | 1eb7a1782bb4d33d5f769677cb8a17620144d9eb | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Apr 19 09:53:52 2007 +0200 |
committer | Stefan Roese <sr@denx.de> | Thu Apr 19 09:53:52 2007 +0200 |
tree | 72168ce39342ee47d4388b824710441ad1776176 | |
parent | 606e4662190265df406f4d935c2162a964ac8d1f [diff] |
ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai Previous versions used full wait states for the chip select #1 which is connected to the Xilinix SystemACE controller on the AMCC Katmai evaluation board. This leads to really slow access and therefore low performance. This patch now sets up the chip select a lot faster resulting in much better read/write performance of the Linux driver. Signed-off-by: Stefan Roese <sr@denx.de>