summaryrefslogtreecommitdiff
path: root/include/configs/imx8qxp_mek.h
diff options
context:
space:
mode:
authorFlynn xu <flynn.xu@nxp.com>2019-01-18 19:52:09 -0500
committerFlynn xu <flynn.xu@nxp.com>2019-01-18 20:01:43 -0500
commita6792ed6e578f4a5585dfc4370e3dbf348a4c8fd (patch)
treef18061151334c3d466a9454f3e1f0549e0860a6e /include/configs/imx8qxp_mek.h
parent1594150dba4bef6f3277854b9b005a37c6967e4c (diff)
MLK-20775: imx8qm/qxp: change xenlinux_addr to avoid memory conflict
When booting M4 with alt_config enabled, M4 will reserve 128MB for video framebuffer from 0x88000000 to its partition, but Dom0 linux loading address is 0x85000000, which will cause confict, so change xenlinux_addr from 0x85000000 to 0x92000000. Signed-off-by: Flynn xu <flynn.xu@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/configs/imx8qxp_mek.h')
-rw-r--r--include/configs/imx8qxp_mek.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/imx8qxp_mek.h b/include/configs/imx8qxp_mek.h
index 95a1c5619a..e6cd43e39a 100644
--- a/include/configs/imx8qxp_mek.h
+++ b/include/configs/imx8qxp_mek.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2018 NXP
+ * Copyright 2017-2019 NXP
*
* SPDX-License-Identifier: GPL-2.0+
*/
@@ -171,7 +171,7 @@
"xenhyper_bootargs=console=dtuart dtuart=/serial@5a060000 dom0_mem=2048M dom0_max_vcpus=2 dom0_vcpus_pin=true\0" \
"xenlinux_bootargs= \0" \
"xenlinux_console=hvc0 earlycon=xen\0" \
- "xenlinux_addr=0x85000000\0" \
+ "xenlinux_addr=0x92000000\0" \
"dom0fdt_file=fsl-imx8qxp-mek-dom0.dtb\0" \
"xenboot_common=" \
"${get_cmd} ${loadaddr} xen;" \