]> git.baikalelectronics.ru Git - uboot.git/commit
imx8mq_evk_defconfig: Move file system options to Kconfig
authorFabio Estevam <festevam@gmail.com>
Sat, 29 Dec 2018 12:02:24 +0000 (10:02 -0200)
committerTom Rini <trini@konsulko.com>
Mon, 14 Jan 2019 16:26:12 +0000 (11:26 -0500)
commit1511ca346ae52b76f6db4f9562eecf23638fb6bc
tree54d10afce4f5fea2e2bfe3c2f8e74a77d54e18b2
parentf26e2c00aadcc191c3970d0e03ccb1f836a6ffa2
imx8mq_evk_defconfig: Move file system options to Kconfig

Chris Spencer reports that when enabling ext4 read support without
also enabling write support the following error is seen:

fs/fs.c:198:12: error: 'ext4_write_file' undeclared here (not in a
function); did you mean 'ext4_read_file'?
   .write = ext4_write_file,
            ^~~~~~~~~~~~~~~
Fix this problem by moving these options to Kconfig.

Reported-by: Chris Spencer <spencercw@gmail.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
configs/imx8mq_evk_defconfig
include/configs/imx8mq_evk.h