From: Paul Burton Date: Sun, 30 Apr 2017 19:22:41 +0000 (+0200) Subject: boston: Move CM GCRs away from flash X-Git-Tag: v2017.07-rc1~283^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ed048e7c763ac9b7043c989ba3081d7a52e4f68e;p=u-boot boston: Move CM GCRs away from flash 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 Signed-off-by: Daniel Schwierzeck Reviewed-by: Simon Glass --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 77d1ac65d2..07488fe651 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -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