commit | 78211de6002734c6cf7c39c21990f6ba2cc5c965 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 15 21:39:06 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Mon Jul 17 17:12:26 2023 +0800 |
tree | 9ebd9801badab6a827388927decee6d081cbe55a | |
parent | e7595aa350ae61e3dfefbde8fe3af01c12b65ccf [diff] |
fs: fat: Shrink the size of a few strings To save a few bytes, replace Error with ** and try to use the same string for multiple messages where possible. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>