Skip to content

Commit 89c30ae

Browse files
ARM: stm32: activate OF_LIVE for DHSOM
Activate the live DT with CONFIG_OF_LIVE to reduce the DT parsing time. Tested-by: Marek Vasut <[email protected]> Signed-off-by: Patrick Delaunay <[email protected]> Reviewed-by: Patrice Chotard <[email protected]>
1 parent 5a605b7 commit 89c30ae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

configs/stm32mp15_dhcom_basic_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ CONFIG_MTDPARTS_DEFAULT="mtdparts=nor0:256k(fsbl1),256k(fsbl2),1408k(uboot),64k(
8484
# CONFIG_SPL_DOS_PARTITION is not set
8585
# CONFIG_ISO_PARTITION is not set
8686
# CONFIG_SPL_PARTITION_UUIDS is not set
87+
CONFIG_OF_LIVE=y
8788
CONFIG_OF_LIST="stm32mp15xx-dhcom-pdk2 stm32mp15xx-dhcom-drc02 stm32mp15xx-dhcom-picoitx"
8889
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"
8990
CONFIG_ENV_IS_IN_SPI_FLASH=y

configs/stm32mp15_dhcor_basic_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ CONFIG_MTDPARTS_DEFAULT="mtdparts=nor0:256k(fsbl1),256k(fsbl2),1408k(uboot),64k(
8282
# CONFIG_SPL_DOS_PARTITION is not set
8383
# CONFIG_ISO_PARTITION is not set
8484
# CONFIG_SPL_PARTITION_UUIDS is not set
85+
CONFIG_OF_LIVE=y
8586
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"
8687
CONFIG_ENV_IS_IN_SPI_FLASH=y
8788
CONFIG_SYS_REDUNDAND_ENVIRONMENT=y

0 commit comments

Comments
 (0)