commit | ab5e883e5eff1ecc8d823df3a38443a3f7a711de | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat May 13 00:47:03 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed May 31 17:23:01 2023 -0400 |
tree | a1e1bc4483dfd5d1543d842aa9d83e55a9744907 | |
parent | 7c6c5cae4db86cea6780ab8264d69e1b1afa946d [diff] |
semihosting: create file in smh_fs_write_at() If a file does not exist, it should be created. Fixes: f676b45151c3 ("fs: Add semihosting filesystem") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>