commit | b0493bb75a4c5ab8c729dd714bc8a4b2e93eb35b | [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 | 4dee3f785124af2fb533e820579f2f1139c42f99 [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>