From 7505f1934ae86e29710eaa881ddfe7660c0b9421 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 5 May 2016 11:20:47 -0700 Subject: colibri_imx7: enable resource domain controller Enabled RDC (resource domain controller) to isolate peripherals between the A7(s) and M4 core. Signed-off-by: Stefan Agner Acked-by: Max Krummenacher --- include/configs/colibri_imx7.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h index c2c9dbc139..2555878c90 100644 --- a/include/configs/colibri_imx7.h +++ b/include/configs/colibri_imx7.h @@ -186,6 +186,7 @@ #define CONFIG_SYS_AUXCORE_BOOTDATA 0x60000000 /* Set to QSPI1 A flash at default */ #define CONFIG_CMD_BOOTAUX /* Boot M4 */ +#define CONFIG_MXC_RDC /* Enable RDC to isolate the peripherals for A7 and M4 */ #define CONFIG_CMD_SETEXPR #define SD_BOOTCMD \ -- cgit v1.2.3