summaryrefslogtreecommitdiff
path: root/configs/stm32mp15_basic_defconfig
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2020-12-11 17:32:30 +0300
committerPatrick Delaunay <patrick.delaunay@foss.st.com>2021-01-13 11:52:58 +0300
commite451fa2a05518860f640e61502568b5021fe9d0b (patch)
treed59612e7e4095d0f98e54e2e978edfa5ca077f5c /configs/stm32mp15_basic_defconfig
parent69ea30e688c4171830b94cd56d936ef6456877df (diff)
downloadu-boot-e451fa2a05518860f640e61502568b5021fe9d0b.tar.xz
configs: stm32mp1: activate OF_LIVE for DT live support
Activate the live DT to reduce the DT parsing time. For example the boot time is reduced by 200ms on STM32MP157C-EV1 board for stm32mp15_basic_defconfig (boot with SPL) or stm32mp15_trusted_defconfig (boot with TF-A). Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'configs/stm32mp15_basic_defconfig')
-rw-r--r--configs/stm32mp15_basic_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig
index 9ad7c3abd6..d3e5775a5a 100644
--- a/configs/stm32mp15_basic_defconfig
+++ b/configs/stm32mp15_basic_defconfig
@@ -58,6 +58,7 @@ CONFIG_CMD_MTDPARTS=y
CONFIG_CMD_LOG=y
CONFIG_CMD_UBI=y
# CONFIG_SPL_DOS_PARTITION is not set
+CONFIG_OF_LIVE=y
CONFIG_OF_SPL_REMOVE_PROPS="interrupts interrupt-names interrupts-extended interrupt-controller \\\#interrupt-cells interrupt-parent dmas dma-names assigned-clocks assigned-clock-rates assigned-clock-parents hwlocks"
CONFIG_ENV_IS_NOWHERE=y
CONFIG_ENV_IS_IN_MMC=y