
3 Mar
2023
3 Mar
'23
2:26 p.m.
From: Philippe Schenker philippe.schenker@toradex.com
Enable a call to ft_system_setup() which reserves M4 memory region.
Signed-off-by: Philippe Schenker philippe.schenker@toradex.com Signed-off-by: Andrejs Cainikovs andrejs.cainikovs@toradex.com --- configs/colibri-imx8x_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig index 83f39996b1a..6a5c6e1d61b 100644 --- a/configs/colibri-imx8x_defconfig +++ b/configs/colibri-imx8x_defconfig @@ -19,6 +19,7 @@ CONFIG_REMAKE_ELF=y CONFIG_FIT=y CONFIG_FIT_EXTERNAL_OFFSET=0x3000 CONFIG_FIT_VERBOSE=y +CONFIG_OF_SYSTEM_SETUP=y CONFIG_LOG=y # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_DISPLAY_BOARDINFO_LATE=y
--
2.34.1