summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJi Luo <ji.luo@nxp.com>2019-03-07 09:17:54 +0800
committerJi Luo <ji.luo@nxp.com>2019-03-07 09:17:54 +0800
commit7d111f4c8bac25c234b0fc24af885421ce8bb188 (patch)
treef8f51f1eb2e9eebfe90793fba2f1f2de61e1067c /configs
parent1d368140f32cce8fc35962b18da6332d383bb094 (diff)
MA-14273-1 imx8q: Move spl to dram to fix reboot issue
The spl is located at ocram which will be lost when suspend/resume, partition reboot will make A core reboot from the start address of ATF, which blocks dual bootloader feature on Android Auto. Move the spl to dram and make the partition reboot from spl to fix this issue. The memory map will be changed to: SPL: 0x0000_0000 --------> 0x8000_0000 ATF: 0x8000_0000 --------> 0x8004_0000 U-boot: 0x8002_0000 --------> 0x8006_0000 Test: reboot ok on imx8qm/imx8qxp. Change-Id: I49e8be51bf427dd00eb7507de22a787c6f6e1582 Signed-off-by: Ji Luo <ji.luo@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/imx8qm_mek_android_defconfig2
-rw-r--r--configs/imx8qm_mek_androidauto_trusty_defconfig2
-rw-r--r--configs/imx8qxp_mek_android_defconfig2
-rw-r--r--configs/imx8qxp_mek_androidauto_trusty_defconfig2
4 files changed, 4 insertions, 4 deletions
diff --git a/configs/imx8qm_mek_android_defconfig b/configs/imx8qm_mek_android_defconfig
index 97896f6b60..f6c6394a2c 100644
--- a/configs/imx8qm_mek_android_defconfig
+++ b/configs/imx8qm_mek_android_defconfig
@@ -3,7 +3,7 @@ CONFIG_ARCH_IMX8=y
CONFIG_DEFAULT_DEVICE_TREE="fsl-imx8qm-mek"
CONFIG_SYS_EXTRA_OPTIONS="ANDROID_SUPPORT"
CONFIG_TARGET_IMX8QM_MEK=y
-CONFIG_SYS_TEXT_BASE=0x80020000
+CONFIG_SYS_TEXT_BASE=0x80060000
CONFIG_EFI_PARTITION=y
CONFIG_CMD_IMPORTENV=n
CONFIG_SYS_MALLOC_F_LEN=0x2000
diff --git a/configs/imx8qm_mek_androidauto_trusty_defconfig b/configs/imx8qm_mek_androidauto_trusty_defconfig
index 0a8c3cb7e0..6c6ed80ab0 100644
--- a/configs/imx8qm_mek_androidauto_trusty_defconfig
+++ b/configs/imx8qm_mek_androidauto_trusty_defconfig
@@ -3,7 +3,7 @@ CONFIG_ARCH_IMX8=y
CONFIG_DEFAULT_DEVICE_TREE="fsl-imx8qm-mek-auto"
CONFIG_SYS_EXTRA_OPTIONS="ANDROID_AUTO_SUPPORT"
CONFIG_TARGET_IMX8QM_MEK=y
-CONFIG_SYS_TEXT_BASE=0x80020000
+CONFIG_SYS_TEXT_BASE=0x80060000
CONFIG_EFI_PARTITION=y
CONFIG_CMD_IMPORTENV=n
CONFIG_SYS_MALLOC_F_LEN=0x2000
diff --git a/configs/imx8qxp_mek_android_defconfig b/configs/imx8qxp_mek_android_defconfig
index 184e52e811..d050aabb8f 100644
--- a/configs/imx8qxp_mek_android_defconfig
+++ b/configs/imx8qxp_mek_android_defconfig
@@ -3,7 +3,7 @@ CONFIG_ARCH_IMX8=y
CONFIG_DEFAULT_DEVICE_TREE="fsl-imx8qxp-mek"
CONFIG_SYS_EXTRA_OPTIONS="ANDROID_SUPPORT"
CONFIG_TARGET_IMX8QXP_MEK=y
-CONFIG_SYS_TEXT_BASE=0x80020000
+CONFIG_SYS_TEXT_BASE=0x80060000
CONFIG_EFI_PARTITION=y
CONFIG_CMD_IMPORTENV=n
CONFIG_SYS_MALLOC_F_LEN=0x2000
diff --git a/configs/imx8qxp_mek_androidauto_trusty_defconfig b/configs/imx8qxp_mek_androidauto_trusty_defconfig
index 0611773513..a9fb4b80a6 100644
--- a/configs/imx8qxp_mek_androidauto_trusty_defconfig
+++ b/configs/imx8qxp_mek_androidauto_trusty_defconfig
@@ -3,7 +3,7 @@ CONFIG_ARCH_IMX8=y
CONFIG_DEFAULT_DEVICE_TREE="fsl-imx8qxp-mek-auto"
CONFIG_SYS_EXTRA_OPTIONS="ANDROID_AUTO_SUPPORT"
CONFIG_TARGET_IMX8QXP_MEK=y
-CONFIG_SYS_TEXT_BASE=0x80020000
+CONFIG_SYS_TEXT_BASE=0x80060000
CONFIG_EFI_PARTITION=y
CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_DM=y