diff options
author | Fabio Estevam <festevam@gmail.com> | 2018-12-29 10:02:24 -0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-14 11:26:12 -0500 |
commit | 789ee25de60f28cf4b40b394e4063e6857c861cd (patch) | |
tree | 54d10afce4f5fea2e2bfe3c2f8e74a77d54e18b2 /test/dm/Makefile | |
parent | cdee91a04489b78fd8122ce2099fea503f4efbf8 (diff) | |
download | u-boot-789ee25de60f28cf4b40b394e4063e6857c861cd.tar.gz u-boot-789ee25de60f28cf4b40b394e4063e6857c861cd.tar.bz2 u-boot-789ee25de60f28cf4b40b394e4063e6857c861cd.zip |
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>
Diffstat (limited to 'test/dm/Makefile')
0 files changed, 0 insertions, 0 deletions