summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrejs Cainikovs <andrejs.cainikovs@toradex.com>2023-02-27 15:28:19 +0100
committerAndrejs Cainikovs <andrejs.cainikovs@toradex.com>2023-03-07 16:27:11 +0100
commitdbb183262e3d5c629e0040471d32fd5391270978 (patch)
tree0e02d513641bf91fe69bb6f47073fb3c95a328a0
parent6e49eef0b6d0c0fd8505fbc4a2f328bcdc9e9530 (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. Upstream-Status: Submitted [https://lore.kernel.org/all/20230303132642.15574-14-andrejs.cainikovs@toradex.com/] Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
-rw-r--r--configs/colibri-imx8x_defconfig2
-rw-r--r--include/configs/colibri-imx8x.h3
2 files changed, 2 insertions, 3 deletions
diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig
index 678ba43614..38cdc13724 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_DISTRO_DEFAULTS=y
CONFIG_REMAKE_ELF=y
diff --git a/include/configs/colibri-imx8x.h b/include/configs/colibri-imx8x.h
index 6195f06736..cf1e3db83a 100644
--- a/include/configs/colibri-imx8x.h
+++ b/include/configs/colibri-imx8x.h
@@ -72,7 +72,4 @@
/* Generic Timer Definitions */
#define COUNTER_FREQUENCY 8000000 /* 8MHz */
-#define BOOTAUX_RESERVED_MEM_BASE 0x88000000
-#define BOOTAUX_RESERVED_MEM_SIZE SZ_128M /* Reserve from second 128MB */
-
#endif /* __COLIBRI_IMX8X_H */