From: Andrejs Cainikovs Date: Mon, 16 Jan 2023 19:05:13 +0000 (+0100) Subject: apalis-imx8: set bootaux memory base and size X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=242abc869387ca250149e225e3360277e7ac7836;p=u-boot.git apalis-imx8: set bootaux memory base and size Set i.MX auxiliary core memory base and size. Signed-off-by: Andrejs Cainikovs Signed-off-by: Francesco Dolcini Reviewed-by: Fabio Estevam --- diff --git a/configs/apalis-imx8_defconfig b/configs/apalis-imx8_defconfig index d459e00731..55f9e76dff 100644 --- a/configs/apalis-imx8_defconfig +++ b/configs/apalis-imx8_defconfig @@ -8,6 +8,8 @@ CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_OFFSET=0xFFFFDE00 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="fsl-imx8qm-apalis" +CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000 +CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000 CONFIG_TARGET_APALIS_IMX8=y CONFIG_SYS_PROMPT="Apalis iMX8 # " CONFIG_SYS_LOAD_ADDR=0x95400000