summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMingkai Hu <Mingkai.hu@freescale.com>2015-12-07 16:58:53 +0800
committerYork Sun <yorksun@freescale.com>2015-12-17 08:52:18 +0800
commit2949ae521200ae5758ae395a364fcb4e85f899c0 (patch)
treeb5697cd1ec8ee6be54d36efcf266771b14d03d11 /arch
parent862d9296dd11ec2901dbb1b290262eaed4d85690 (diff)
downloadtalos-obmc-uboot-2949ae521200ae5758ae395a364fcb4e85f899c0.tar.gz
talos-obmc-uboot-2949ae521200ae5758ae395a364fcb4e85f899c0.zip
armv8/fsl_lsch2: fix DCSR_DCFG address
Signed-off-by: Mingkai Hu <Mingkai.Hu@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h b/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h
index e7def3ac4a..65a785cd28 100644
--- a/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h
+++ b/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h
@@ -11,7 +11,7 @@
#define CONFIG_SYS_IMMR 0x01000000
#define CONFIG_SYS_DCSRBAR 0x20000000
-#define CONFIG_SYS_DCSR_DCFG_ADDR (CONFIG_SYS_DCSRBAR + 0x00220000)
+#define CONFIG_SYS_DCSR_DCFG_ADDR (CONFIG_SYS_DCSRBAR + 0x00140000)
#define CONFIG_SYS_FSL_DDR_ADDR (CONFIG_SYS_IMMR + 0x00080000)
#define CONFIG_SYS_CCI400_ADDR (CONFIG_SYS_IMMR + 0x00180000)
OpenPOWER on IntegriCloud