Forked from
KED Software Projects / Miscellaneous / KED U-Boot Fork
84660 commits behind the upstream repository.
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:
Andy Fleming <afleming@freescale.com>