summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/Kconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2022-04-01 14:59:23 +0800
committerYe Li <ye.li@nxp.com>2022-04-18 14:03:42 +0800
commitf7aaef1e340f0db2158beaa4f70f94ecff6f8836 (patch)
tree4d6cc323324c48dcb1991c089bcd8202218edd65 /arch/arm/mach-imx/Kconfig
parent5a43744688f21a5e44c31081f45125723f213bce (diff)
LF-5560 iMX7D: Update DCD address to 0x911000
i.MX7D DCD address needs to be updated in uboot as the latest TO1.3 would not work with default DCD address of 0x910000 due to errata: e11166: OCRAM: The first 4K of OCRAM (0x910000 - 0x910fff) is not available during boot time. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit ba1c39bf36e57a64f1f634224effa92db5c5ffbb)
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r--arch/arm/mach-imx/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 3149dcf655..130913c8e1 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -233,7 +233,8 @@ config SPL_IMX_ROMAPI_LOADADDR
config IMX_DCD_ADDR
hex "DCD Blocks location on the image"
- default 0x00910000 if !ARCH_MX7ULP
+ default 0x00910000 if (!ARCH_MX7ULP && !ARCH_MX7)
+ default 0x00911000 if ARCH_MX7
default 0x2f010000 if ARCH_MX7ULP
help
Indicates where the Device Configuration Data, a binary table used by