summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-08-19 15:34:30 +0200
committerAndrejs Cainikovs <andrejs.cainikovs@toradex.com>2023-03-07 16:24:12 +0100
commit75ee45393fa97478461adebd50162247ff8cab70 (patch)
tree383298c34b106e7032b672b618bd23c54f2bb25f
parent63ecb0bf310391888a85ad4d9874f57e0a832a1b (diff)
defconfig: colibri-imx8x: enable CONFIG_OF_SYSTEM_SETUP
Enable a call to ft_system_setup() which reserves M4 memory region. Upstream-Status: Submitted [https://lore.kernel.org/all/20230303132642.15574-4-andrejs.cainikovs@toradex.com/] Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
-rw-r--r--configs/colibri-imx8x_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig
index 91dddf7300..ab65bca311 100644
--- a/configs/colibri-imx8x_defconfig
+++ b/configs/colibri-imx8x_defconfig
@@ -16,6 +16,7 @@ CONFIG_REMAKE_ELF=y
CONFIG_SYS_LOAD_ADDR=0x80280000
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
+CONFIG_OF_SYSTEM_SETUP=y
CONFIG_LOG=y
# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_DISPLAY_BOARDINFO_LATE=y