From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Fri, 26 Feb 2021 15:40:04 +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: <5165f136-8a17-ca68-d5d2-214a34a7d162@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, 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(+) > Applied to u-boot-stm/master, thanks! Regards Patrick