Re: [PATCH 2/2] env/ext4.c: allow loading from an EXT4 partition on the MMC boot device

2020-10-14 Thread Tom Rini
On Tue, Aug 04, 2020 at 10:05:47AM +0100, David Woodhouse wrote: > This parallels what I added for FAT in commit 6731bef6966, allowing the > environment to be found in a specific partition on the device that the > board's mmc_get_env_dev() returns. On the Banana Pi R2 that means the > device that

[PATCH 2/2] env/ext4.c: allow loading from an EXT4 partition on the MMC boot device

2020-08-04 Thread David Woodhouse
This parallels what I added for FAT in commit 6731bef6966, allowing the environment to be found in a specific partition on the device that the board's mmc_get_env_dev() returns. On the Banana Pi R2 that means the device that U-Boot was loaded from; either the internal eMMC or an SD card. Signed-of