]> git.baikalelectronics.ru Git - uboot.git/commit
env: mmc/fat/ext4: undefined reference to `mmc_initialize'
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 14 Apr 2018 13:41:00 +0000 (15:41 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 16 Apr 2018 22:45:35 +0000 (18:45 -0400)
commit5d3968939e6ed8516bf1b8342dbd54a239344037
treecf320d036c0e085e09b3919e29ca61dceb7cae20
parentf912f738ba8236225583b81fdfb48983a06ceeb4
env: mmc/fat/ext4: undefined reference to `mmc_initialize'

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: 0bc5c645eb13 ("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
env/fat.c