From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Wed, 22 Apr 2020 08:24:50 +0000 Subject: [PATCH V2 1/6] ARM: stm32: Add default config for DHCOR In-Reply-To: <20200410185550.152712-1-marex@denx.de> References: <20200410185550.152712-1-marex@denx.de> Message-ID: <5a069dceebd5449ca0c2b819484d0786@SFHDAG6NODE3.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 Dear Marek, > From: Marek Vasut > Sent: vendredi 10 avril 2020 20:56 > > Add default U-Boot configuration for the DHCOR SoM on AV96 board. > > Signed-off-by: Marek Vasut > Cc: Manivannan Sadhasivam > Cc: Patrick Delaunay > Cc: Patrice Chotard > --- > V2: No change > --- > configs/stm32mp15_dhcor_basic_defconfig | 138 ++++++++++++++++++++++++ > 1 file changed, 138 insertions(+) > create mode 100644 configs/stm32mp15_dhcor_basic_defconfig > Reviewed-by: Patrick Delaunay Thanks Patrick