[GIT PULL] Please pull u-boot-dfu-20231103

Hi Tom,
Here is my first pull request of u-boot-dfu which includes:
- Fix CRC chunk size in fastboot - Make size optional for dfu on mmc
The CI job is at https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/18433
Thanks, Mattijs
The following changes since commit cbba1b7766bd93d74e28202c46e69095ac13760b:
Merge branch '2023-10-30-assorted-general-updates' (2023-10-30 16:01:54 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20231103
for you to fetch changes up to 60d904a494c6e89c323bc13fa9348869e07e86d3:
dfu: mmc: Add support for exposing whole mmc device (2023-10-31 14:53:05 +0100)
---------------------------------------------------------------- u-boot-dfu-20231103
- Fix CRC chunk size in fastboot - Make size optional for dfu on mmc
---------------------------------------------------------------- Marek Vasut (1): dfu: mmc: Add support for exposing whole mmc device
Wojciech Nizinski (1): fastboot: fix CRC32 chunk size checking
doc/usage/dfu.rst | 5 +++++ drivers/dfu/dfu_mmc.c | 10 ++++++++++ lib/image-sparse.c | 4 ++-- 3 files changed, 17 insertions(+), 2 deletions(-)

On Fri, Nov 03, 2023 at 02:34:35PM +0100, Mattijs Korpershoek wrote:
Hi Tom,
Here is my first pull request of u-boot-dfu which includes:
- Fix CRC chunk size in fastboot
- Make size optional for dfu on mmc
The CI job is at https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/18433
Thanks, Mattijs
The following changes since commit cbba1b7766bd93d74e28202c46e69095ac13760b:
Merge branch '2023-10-30-assorted-general-updates' (2023-10-30 16:01:54 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20231103
for you to fetch changes up to 60d904a494c6e89c323bc13fa9348869e07e86d3:
dfu: mmc: Add support for exposing whole mmc device (2023-10-31 14:53:05 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Mattijs Korpershoek
-
Tom Rini