Re: [U-Boot] [PATCH v2] imx8mq_evk_defconfig: Move file system options to Kconfig

2019-01-14 Thread Fabio Estevam
Hi Tom/Stefano, On Sat, Dec 29, 2018 at 10:02 AM Fabio Estevam wrote: > > 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

[U-Boot] [PATCH v2] imx8mq_evk_defconfig: Move file system options to Kconfig

2018-12-29 Thread Fabio Estevam
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