Re: [PATCH 096/171] Correct SPL use of FS_EROFS

2023-01-30 Thread Huang Jianan
在 2023/1/30 22:42, Simon Glass 写道: This converts 1 usage of this option to the non-SPL form, since there is no SPL_FS_EROFS defined in Kconfig Signed-off-by: Simon Glass --- fs/erofs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/erofs/Makefile b/fs/erofs/

[PATCH 096/171] Correct SPL use of FS_EROFS

2023-01-30 Thread Simon Glass
This converts 1 usage of this option to the non-SPL form, since there is no SPL_FS_EROFS defined in Kconfig Signed-off-by: Simon Glass --- fs/erofs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/erofs/Makefile b/fs/erofs/Makefile index 58af6a68e41..ef94d2db45d 1