From: Philippe Schenker Date: Fri, 3 Mar 2023 13:26:28 +0000 (+0100) Subject: defconfig: colibri-imx8x: enable CONFIG_OF_SYSTEM_SETUP X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=18fff32ba202811195a813e44d91d9eb668c6d9f;p=u-boot.git defconfig: colibri-imx8x: enable CONFIG_OF_SYSTEM_SETUP Enable a call to ft_system_setup() which reserves M4 memory region. Signed-off-by: Philippe Schenker Signed-off-by: Andrejs Cainikovs --- diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig index 76abc39124..e1d375c72a 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_DISTRO_DEFAULTS=y CONFIG_LOG=y # CONFIG_DISPLAY_BOARDINFO is not set