Skip to content
Snippets Groups Projects
user avatar
Andy Fleming authored
The 8544 DS doesn't have any cacheable Local Bus memories set up.  By mapping
space for some anyway, we were allowing speculative loads into unmapped space,
which would cause an exception (annoying, even if ultimately harmless).
Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
problem.

Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>
ab5cda9f
History