From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Tue, 23 Feb 2021 10:01:02 +0100 Subject: [PATCH] ARM: stm32: Add USB host boot support In-Reply-To: <20210212125052.26972-1-marex@denx.de> References: <20210212125052.26972-1-marex@denx.de> Message-ID: <0323cca8-69b5-2eeb-4be1-6ddee11b12f0@foss.st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek, On 2/12/21 1:50 PM, Marek Vasut wrote: > Add support for booting from USB pen drive, since USB host port is > available on the STM32MP1. > > Signed-off-by: Marek Vasut > Cc: Patrice Chotard > Cc: Patrick Delaunay > --- > include/configs/stm32mp1.h | 7 +++++++ > 1 file changed, 7 insertions(+) > Reviewed-by: Patrick Delaunay Thanks Patrick