summaryrefslogtreecommitdiff
path: root/include
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 /include
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/colibri-imx8x.h3
1 files changed, 0 insertions, 3 deletions
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 */