commit | 168b3a38fff764860b3f3b3def9bc0a6e50b8b6b | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Fri Nov 08 11:18:54 2013 +0000 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat Nov 09 17:21:02 2013 +0100 |
tree | 44563dc59fe1d161e41b6dcdeb135a8b6b74e6e5 | |
parent | 890c32cc46282a7b19f46672bba280efeb6ed669 [diff] |
malta: disable L2 caches Malta boards may be used with cores which support L2 caches, however U-boot does not yet support L2 cache for MIPS. Thus for the moment we'll disable L2 caches by setting the L2B bit in Config2. This is specific to MTI/Imagination MIPS cores which is why this is done for the Malta board rather than generically. Signed-off-by: Paul Burton <paul.burton@imgtec.com>