commit | 6815e2c284b478cba6ad2a93f57f0c9a3d912cf7 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Tue Aug 04 10:05:47 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 14 11:16:34 2020 -0400 |
tree | 1c16bb635dc3ac2cf435d21ee60f59955148fe43 | |
parent | 49fee03652a46bbeab22475eb5d051fc9263eda3 [diff] |
env/ext4.c: allow loading from an EXT4 partition on the MMC boot device 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-off-by: David Woodhouse <dwmw2@infradead.org>