diff options
| author | Philippe Schenker <[email protected]> | 2023-03-03 14:26:28 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-03-30 10:49:10 +0200 |
| commit | 18fff32ba202811195a813e44d91d9eb668c6d9f (patch) | |
| tree | 8be2efed6952c4237af90f5c0e3133ac6f37327e | |
| parent | 1f8846615a17b99ef343f3370975e6558cbdf4ad (diff) | |
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 <[email protected]>
Signed-off-by: Andrejs Cainikovs <[email protected]>
| -rw-r--r-- | configs/colibri-imx8x_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig index 76abc391248..e1d375c72a7 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 |
