diff mbox series

[v1,03/17] defconfig: colibri-imx8x: enable CONFIG_OF_SYSTEM_SETUP

Message ID 20230303132642.15574-4-andrejs.cainikovs@toradex.com
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show
Series colibri-imx8x: support refresh | expand

Commit Message

Andrejs Cainikovs March 3, 2023, 1:26 p.m. UTC
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(+)

Comments

Stefano Babic March 30, 2023, 11:43 a.m. UTC | #1
> 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>
Applied to u-boot-imx, next, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

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