env/ext4.c: allow loading from an EXT4 partition on the MMC boot device
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 4 Aug 2020 09:05:47 +0000 (10:05 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 14 Oct 2020 15:16:34 +0000 (11:16 -0400)
commitb0493bb75a4c5ab8c729dd714bc8a4b2e93eb35b
tree1c16bb635dc3ac2cf435d21ee60f59955148fe43
parent4dee3f785124af2fb533e820579f2f1139c42f99
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>
env/Kconfig
env/ext4.c