From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Tue, 9 Feb 2021 09:23:35 +0000 Subject: [PATCH 4/4] configs: stm32mp1: enable the fastboot oem command bootbus In-Reply-To: <20200909152426.4.I3df1738f393278eeb2df2ad4fd8543360d3a5597@changeid> References: <20200909152426.1.Ie383431427f46a688dc1f0932522d8f34f3192a5@changeid> <20200909152426.4.I3df1738f393278eeb2df2ad4fd8543360d3a5597@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, > From: Patrick DELAUNAY > Sent: mercredi 9 septembre 2020 15:25 > > Enable the fastboot oem command bootbus, used to configure the eMMC boot > behavior, with same format than 'mmc bootbus' > and with parameter: boot_bus_width reset_boot_bus_width boot_mode > > On stm32mp1 boards the expected command is $> fastboot oem partconf:0 0 0 > > 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