diff options
author | Andrejs Cainikovs <andrejs.cainikovs@toradex.com> | 2023-01-16 20:05:13 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2023-01-30 21:08:53 +0100 |
commit | 242abc869387ca250149e225e3360277e7ac7836 (patch) | |
tree | 98780954d0ae79d01d8c34d9c463238dbb958bbd /configs/apalis-imx8_defconfig | |
parent | a9f1e35bedc4ed0ce62b3eceddfe8ffbef12a44f (diff) | |
download | u-boot-242abc869387ca250149e225e3360277e7ac7836.tar.gz |
apalis-imx8: set bootaux memory base and size
Set i.MX auxiliary core memory base and size.
Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Reviewed-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'configs/apalis-imx8_defconfig')
-rw-r--r-- | configs/apalis-imx8_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/apalis-imx8_defconfig b/configs/apalis-imx8_defconfig index d459e007319..55f9e76dffa 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 |