commit | 67af29a63910bc2521c26f23844bbd7351c5fea8 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Wed Jan 27 14:46:49 2021 +0100 |
committer | Marek Vasut <marex@denx.de> | Sun Feb 07 19:22:55 2021 +0100 |
tree | bddbbbfd276a3ffc0ec38f75c946169fa74bf93b | |
parent | 61687701fb864cc829fb1f4740b9079ccc99b751 [diff] |
fastboot: add command to select the eMMC boot configuration Add command oem bootbus which executes the command ``mmc bootbus <id> <arg>`` on the current fastboot mmc device (<i> = CONFIG_FASTBOOT_FLASH_MMC_DEV) to set the eMMC boot configuration on first update, with <arg> = boot_bus_width reset_boot_bus_width boot_mode $> fastboot oem bootbus:<boot_bus_width> <reset_boot_bus_width> <boot_mode> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>