On Tue, 12 Aug 2025 14:46:10 -0300, Fabio Estevam wrote: > Add support for retrieving the FAT environment from an NVME device, the > same way it can be retrieved from MMC, SCSI, or VIRTIO. > > To use the FAT environment from an NVME device, pass > CONFIG_ENV_FAT_INTERFACE="nvme" in the defconfig. > > > [...]
Applied to u-boot/next, thanks! [1/3] env: fat: Add support for NVME commit: afbed1ba2f8776b06ef821212b14a3e34bdcd2bd [2/3] env: ext4: Add support for NVME commit: 7b21bf086053679c5ef1ea612072a78018370281 [3/3] env: fat: Standardize the interface type check commit: 82444e3ecd0ea8404ed6fd1dd3710bfd8d641f52 -- Tom