diff options
| author | Andrejs Cainikovs <[email protected]> | 2023-03-03 14:26:38 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-03-30 10:53:01 +0200 |
| commit | 8bcc7ba108dcd83cc7b591426879c73dde2ea11a (patch) | |
| tree | 03480152f27fbf3e6fd52b4b21398b64c332a619 /include | |
| parent | 2f7f6645b893405e0e2a5e48cdb87d2221b23d6a (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 'include')
| -rw-r--r-- | include/configs/colibri-imx8x.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 */ |
