n the same program the 'fatload' command, it could
not be executed.
When I look at the source program, in the 'loads' command has been executed
cache flush.
But, in the 'fatload' command, cache flash was not executed.
So, I created this patch.
Thanks.
---
yoko
Signed-off-by: yoko
---
Changes for v2:
- The commit message is changed.
fs/fs.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/fs/fs.c b/fs/fs.c
index 595ff1f..7607230 100644
--- a/fs/fs.c
+++ b/fs/fs.c
@@ -417,6 +417,8 @@ int do_load(cmd_tbl_t *cmdtp, int flag, int
Signed-off-by: yoko
---
fs/fs.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
For a program execution abnormal measure by the fatload command, cash flash
processing is added to do_load().
diff --git a/fs/fs.c b/fs/fs.c
index 595ff1f..7607230 100644
--- a/fs/fs.c
+++ b/fs/fs.c
---
fs/fs.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/fs/fs.c b/fs/fs.c
index 595ff1f..7607230 100644
--- a/fs/fs.c
+++ b/fs/fs.c
@@ -417,6 +417,8 @@ int do_load(cmd_tbl_t *cmdtp, int flag, int argc, char *
const argv[],
}
puts("\n");
+ flush_ca
4 matches
Mail list logo