summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlice Guo <alice.guo@nxp.com>2022-08-05 15:48:04 +0800
committerYe Li <ye.li@nxp.com>2022-08-08 11:13:37 +0800
commitec45b25eaf4ef4c419efa844d559300dd5bd5679 (patch)
treecd45f1d0c26dd96f9f44cd7f97d460a580b241c4 /include
parent8f464fd348fbe4ecec9ea022a82a851c1d9dc237 (diff)
MLK-26005 configs: imx93: modify mem=
Ethosu occupies 0x10000000 DRAM from 0xc0000000 so that increase mem= by 256MB to include it. Signed-off-by: Alice Guo <alice.guo@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/imx93_evk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/imx93_evk.h b/include/configs/imx93_evk.h
index c0be0857e1..31ee667ee6 100644
--- a/include/configs/imx93_evk.h
+++ b/include/configs/imx93_evk.h
@@ -51,11 +51,11 @@
#define JAILHOUSE_ENV \
"jh_mmcboot=setenv fdtfile imx93-11x11-evk-root.dtb; " \
- "setenv jh_clk clk_ignore_unused mem=1GB kvm-arm.mode=nvhe; " \
+ "setenv jh_clk clk_ignore_unused mem=1280MB kvm-arm.mode=nvhe; " \
"if run loadimage; then run mmcboot;" \
"else run jh_netboot; fi; \0" \
"jh_netboot=setenv fdtfile imx93-11x11-evk-root.dtb; " \
- "setenv jh_clk clk_ignore_unused mem=1GB kvm-arm.mode=nvhe; run netboot; \0 "
+ "setenv jh_clk clk_ignore_unused mem=1280MB kvm-arm.mode=nvhe; run netboot; \0 "
#define CONFIG_MFG_ENV_SETTINGS \
CONFIG_MFG_ENV_SETTINGS_DEFAULT \