]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Remove LBC_CACHE_BASE from 8544 DS
authorAndy Fleming <afleming@freescale.com>
Mon, 7 Jul 2008 23:02:08 +0000 (18:02 -0500)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Mon, 14 Jul 2008 16:21:33 +0000 (11:21 -0500)
commitab5cda9f88c3eaf9cf599adc3a3375906c4ed904
treea0a7f06b009be7401123cae043939722cc666f68
parentd5996dd555edf52721b7691a4c59de016251ed39
Remove LBC_CACHE_BASE from 8544 DS

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>
board/freescale/mpc8544ds/law.c
board/freescale/mpc8544ds/tlb.c
include/configs/MPC8544DS.h