On 14 April 2018 at 07:41, Heinrich Schuchardt <[email protected]> wrote: > For CONFIG_ENV_FAT_INTERFACE != 'mmc' a link error > env/fat.c:93: undefined reference to `mmc_initialize' > occurs if CONFIG_MMC_SUPPORT is not enabled. > > Fixes: 26862b4a40c3 ("env: mmc/fat/ext4: make sure that the MMC sub-system > is initialized before using it") > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > env/ext4.c | 2 ++ > env/fat.c | 2 ++ > 2 files changed, 4 insertions(+)
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

