[U-Boot] [PATCH 1/1] env: mmc/fat/ext4: undefined reference to `mmc_initialize'

Simon Glass sjg at chromium.org
Tue Apr 17 15:10:28 UTC 2018


On 14 April 2018 at 07:41, Heinrich Schuchardt <xypron.glpk at 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 at gmx.de>
> ---
>  env/ext4.c | 2 ++
>  env/fat.c  | 2 ++
>  2 files changed, 4 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list