commit | 0e56bc1668f334c648bc13e40cb99e326f727eb3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 05 15:40:03 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 10 07:41:39 2023 -0500 |
tree | 42454670fce34dc52f8f6a559d8493f4d74be9ef | |
parent | 93e2ce496e9724214d94d1aef14e1bedc29e4398 [diff] |
Correct SPL use of FS_EROFS 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 <sjg@chromium.org> Reviewed-by: Huang Jianan <jnhuang95@gmail.com>