commit | f52d2815d4c5506b35aea8b66b6afafacd6830bc | [log] [tgz] |
---|---|---|
author | Pieter Voorthuijsen <pieter.voorthuijsen@prodrive-technologies.com> | Mon Jan 12 16:23:18 2015 +0100 |
committer | Tom Rini <trini@ti.com> | Thu Jan 29 13:38:39 2015 -0500 |
tree | 99c6ce10d8bc134a613549bd577f62a256a4cfb1 | |
parent | b85bbc3b45ffe94fd96ab7c20b0396a15024bce5 [diff] |
common: add cache flush to imxtract function A cache flush is required when an image is extracted that is required on another core. Signed-off-by: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive-technologies.com>
diff --git a/common/cmd_ximg.c b/common/cmd_ximg.c index ae2714d..64b9186 100644 --- a/common/cmd_ximg.c +++ b/common/cmd_ximg.c
@@ -247,6 +247,8 @@ puts("OK\n"); } + flush_cache(dest, len); + setenv_hex("fileaddr", data); setenv_hex("filesize", len);