env: ext4: Add support for NVME
authorFabio Estevam <festevam@gmail.com>
Tue, 12 Aug 2025 17:46:11 +0000 (14:46 -0300)
committerTom Rini <trini@konsulko.com>
Wed, 20 Aug 2025 21:05:31 +0000 (15:05 -0600)
commit7b21bf086053679c5ef1ea612072a78018370281
tree15bb23a94814032806d7c3cb24f750d741e7a4af
parentafbed1ba2f8776b06ef821212b14a3e34bdcd2bd
env: ext4: Add support for NVME

Add support for retrieving the EXT4 environment from an NVME device, the
same way it can be retrieved from MMC, SCSI, or VIRTIO.

To use the EXT4 environment from an NVME device, pass
CONFIG_ENV_EXT4_INTERFACE="nvme" in the defconfig.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
env/ext4.c