diff options
| author | Andrejs Cainikovs <[email protected]> | 2024-08-07 16:16:18 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-08-23 14:48:43 -0300 |
| commit | a1ed8c7ca0908ff04c4c6019cf556999954fc7c6 (patch) | |
| tree | 531d859049e7622cfc3ddfc60f0b9626396b785f | |
| parent | e0555f43ddbeeaea1632e1da5682895609448c05 (diff) | |
apalis-imx8: enable i.MX specific BOOTAUX
commit e8cd1f60d964 ("imx: imx8: bootaux: Add i.MX8 M4 boot support")
implemented IMX_BOOTAUX. Enable it.
Signed-off-by: Andrejs Cainikovs <[email protected]>
Signed-off-by: Max Krummenacher <[email protected]>
| -rw-r--r-- | configs/apalis-imx8_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/apalis-imx8_defconfig b/configs/apalis-imx8_defconfig index e9fb4c75988..466147f3bf2 100644 --- a/configs/apalis-imx8_defconfig +++ b/configs/apalis-imx8_defconfig @@ -13,6 +13,7 @@ CONFIG_DEFAULT_DEVICE_TREE="fsl-imx8qm-apalis" CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000 CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000 CONFIG_TARGET_APALIS_IMX8=y +CONFIG_IMX_BOOTAUX=y CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_SYS_LOAD_ADDR=0x95400000 CONFIG_SYS_MEMTEST_START=0x88000000 |
