From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Wed, 13 Jan 2021 11:15:25 +0100 Subject: [PATCH] configs: stm32mp1: activate OF_LIVE for DT live support In-Reply-To: <20201211153227.1.Ia09f70e65ce3bc2d845ad37b802d6096f690fc94@changeid> References: <20201211153227.1.Ia09f70e65ce3bc2d845ad37b802d6096f690fc94@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 12/11/20 3:32 PM, Patrick Delaunay wrote: > 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 > --- > ... > configs/stm32mp15_basic_defconfig | 1 + > configs/stm32mp15_trusted_defconfig | 1 + > 2 files changed, 2 insertions(+) > Applied to u-boot-stm/master, thanks! Regards Patrick