
17 Apr
2018
17 Apr
'18
5:10 p.m.
On 14 April 2018 at 07:41, Heinrich Schuchardt xypron.glpk@gmx.de 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 xypron.glpk@gmx.de
env/ext4.c | 2 ++ env/fat.c | 2 ++ 2 files changed, 4 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org