commit | 14f0f512ba6f4eccc9b7cf67be47439ed2917afb | [log] [tgz] |
---|---|---|
author | Jason Wang <jason77.wang@gmail.com> | Sat Aug 21 16:24:05 2010 +0800 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Sat Aug 21 12:22:43 2010 +0200 |
tree | 6d4169cfbd10c5c7c8b27d7a24c9062432f3ee35 | |
parent | 7f67bff58662604874778e6853e5c394f944e554 [diff] |
ARM: imx: set cache line size to 64 bytes for i.MX5 The core of i.MX5 series is cortex-A8, its cache line size is 64 bytes instead of 32 bytes. Refer to the OMAP3's selection, we choose 64 bytes for i.MX5, this can increase a little bit performance when perform cache operations. Signed-off-by: Jason Wang <jason77.wang@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>