diff options
| author | Andrejs Cainikovs <[email protected]> | 2024-08-07 16:16:20 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-08-23 14:48:43 -0300 |
| commit | a97edb7b342dc40a70aff8fe242cfc361beb549c (patch) | |
| tree | 8cdb2ab753ebf8165cb175f5e5cf419485629562 | |
| parent | d27057a7a020121db90d16b05ef1c3685e14b7fd (diff) | |
colibri-imx8x: enable i.MX specific SNVS configuration
commit 242d1cd69b9f ("imx8: Configure SNVS")
implemented IMX_SNVS_SEC_SC. Enable it.
Signed-off-by: Andrejs Cainikovs <[email protected]>
Signed-off-by: Max Krummenacher <[email protected]>
| -rw-r--r-- | configs/colibri-imx8x_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig index 71a05b74dbb..d7b1b76c21d 100644 --- a/configs/colibri-imx8x_defconfig +++ b/configs/colibri-imx8x_defconfig @@ -13,6 +13,7 @@ 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_IMX_SNVS_SEC_SC=y CONFIG_IMX_BOOTAUX=y CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_SYS_LOAD_ADDR=0x95c00000 |
