]> Git Repo - J-u-boot.git/commitdiff
boston: Move CM GCRs away from flash
authorPaul Burton <[email protected]>
Sun, 30 Apr 2017 19:22:41 +0000 (21:22 +0200)
committerDaniel Schwierzeck <[email protected]>
Fri, 12 May 2017 11:29:50 +0000 (13:29 +0200)
Move the MIPS Coherence Manager (CM) Global Configuration Registers
(GCRs) away from the region of the physical address space which the
Boston board's parallel flash is found in, such that we can access all
of flash without clobbering GCRs.

Signed-off-by: Paul Burton <[email protected]>
Signed-off-by: Daniel Schwierzeck <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
arch/mips/Kconfig

index 77d1ac65d26180d7425407051d94bdbc16c2eb52..07488fe651fb913aed95b7143018b63193ddedfc 100644 (file)
@@ -224,6 +224,7 @@ config ROM_EXCEPTION_VECTORS
 config MIPS_CM_BASE
        hex "MIPS CM GCR Base Address"
        depends on MIPS_CM
+       default 0x16100000 if TARGET_BOSTON
        default 0x1fbf8000
        help
          The physical base address at which to map the MIPS Coherence Manager
This page took 0.033408 seconds and 4 git commands to generate.