commit | 9336539a8c773550708a02c449476f77d05ac8cd | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Fri Jun 19 23:07:17 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sun Jul 26 14:35:12 2020 -0400 |
tree | 78ec6ade3088dbc33e90c5728b4e757e6d0f8d3d | |
parent | 93c09e0022a04762a76cd93418c863ab87a6f549 [diff] |
env/fat.c: allow loading from a FAT partition on the MMC boot device I don't want to have to specify the device; only the partition. This allows me to use the same image on internal eMMC or SD card for Banana Pi R2, and it finds its own environment either way. Signed-off-by: David Woodhouse <dwmw2@infradead.org> [trini: Add #if/#else/#endif logic around CONFIG_SYS_MMC_ENV_DEV usage, whitespace changes] Signed-off-by: Tom Rini <trini@konsulko.com>