diff mbox series

[v1,13/17] colibri-imx8x: set bootaux memory base and size

Message ID 20230303132642.15574-14-andrejs.cainikovs@toradex.com
State Accepted
Commit 8bcc7ba108dcd83cc7b591426879c73dde2ea11a
Delegated to: Stefano Babic
Headers show
Series colibri-imx8x: support refresh | expand

Commit Message

Andrejs Cainikovs March 3, 2023, 1:26 p.m. UTC
Move i.MX auxiliary core memory base and size configuration
to defconfig where it should belong.

Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
---
 configs/colibri-imx8x_defconfig | 2 ++
 include/configs/colibri-imx8x.h | 5 -----
 2 files changed, 2 insertions(+), 5 deletions(-)

Comments

Stefano Babic March 30, 2023, 11:42 a.m. UTC | #1
> Move i.MX auxiliary core memory base and size configuration
> to defconfig where it should belong.
> Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
Applied to u-boot-imx, next, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig
index 53002c9537d..08d284bf912 100644
--- a/configs/colibri-imx8x_defconfig
+++ b/configs/colibri-imx8x_defconfig
@@ -8,6 +8,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
diff --git a/include/configs/colibri-imx8x.h b/include/configs/colibri-imx8x.h
index 750336b0eb6..042fcb8757f 100644
--- a/include/configs/colibri-imx8x.h
+++ b/include/configs/colibri-imx8x.h
@@ -54,9 +54,4 @@ 
 #define PHYS_SDRAM_1_SIZE		SZ_2G		/* 2 GB */
 #define PHYS_SDRAM_2_SIZE		0x00000000	/* 0 GB */
 
-/* Generic Timer Definitions */
-
-#define BOOTAUX_RESERVED_MEM_BASE 0x88000000
-#define BOOTAUX_RESERVED_MEM_SIZE SZ_128M /* Reserve from second 128MB */
-
 #endif /* __COLIBRI_IMX8X_H */