mbox series

[0/2] U-Boot ENV in EXT4 support for Expressobin (revised)

Message ID 1644362821-9002-1-git-send-email-rogier@unrailed.org
Headers show
Series U-Boot ENV in EXT4 support for Expressobin (revised) | expand

Message

Rogier Stam Feb. 8, 2022, 11:26 p.m. UTC
Hi

Per comments of Stefan I have split the patch in two:
- one for env file changes
- one for espressobin related changes

Let me know if any other changes are needed.

Regards

Rogier

Rogier Stam (2):
  Fix Espressobin build for configs where ENV is not in SPI
  Add SCSI scan for ENV in EXT4 or FAT

 arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi | 2 ++
 board/Marvell/mvebu_armada-37xx/board.c          | 4 +++-
 env/ext4.c                                       | 5 +++++
 env/fat.c                                        | 5 +++++
 4 files changed, 15 insertions(+), 1 deletion(-)