summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAndrejs Cainikovs <[email protected]>2023-03-03 14:26:38 +0100
committerStefano Babic <[email protected]>2023-03-30 10:53:01 +0200
commit8bcc7ba108dcd83cc7b591426879c73dde2ea11a (patch)
tree03480152f27fbf3e6fd52b4b21398b64c332a619 /configs
parent2f7f6645b893405e0e2a5e48cdb87d2221b23d6a (diff)
colibri-imx8x: set bootaux memory base and size
Move i.MX auxiliary core memory base and size configuration to defconfig where it should belong. Signed-off-by: Andrejs Cainikovs <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/colibri-imx8x_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig
index 2269ba62cf9..82a7c22e001 100644
--- a/configs/colibri-imx8x_defconfig
+++ b/configs/colibri-imx8x_defconfig
@@ -10,6 +10,8 @@ CONFIG_ENV_SIZE=0x2000
CONFIG_ENV_OFFSET=0xFFFFDE00
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="fsl-imx8qxp-colibri"
+CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000
+CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000
CONFIG_TARGET_COLIBRI_IMX8X=y
CONFIG_SYS_PROMPT="Colibri iMX8X # "
CONFIG_SYS_LOAD_ADDR=0x95c00000