Re: [PATCH 1/1] semihosting: create file in smh_fs_write_at()

2023-06-01 Thread Tom Rini
On Sat, May 13, 2023 at 12:47:03AM +0200, Heinrich Schuchardt wrote: > If a file does not exist, it should be created. > > Fixes: f676b45151c3 ("fs: Add semihosting filesystem") > Signed-off-by: Heinrich Schuchardt Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signat

[PATCH 1/1] semihosting: create file in smh_fs_write_at()

2023-05-12 Thread Heinrich Schuchardt
If a file does not exist, it should be created. Fixes: f676b45151c3 ("fs: Add semihosting filesystem") Signed-off-by: Heinrich Schuchardt --- fs/semihostingfs.c | 4 1 file changed, 4 insertions(+) diff --git a/fs/semihostingfs.c b/fs/semihostingfs.c index 96eb3349a2..3592338a68 100644 ---