commit | a92e0a1ea41801ae1b3627933addb9b8f8c7f4ab | [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 | 44459d52bbad71835fa347e2aad48b4cecc11fcc [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>