commit | 8cab15624b5950675d020814c2e552b624a64d9a | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Wed Oct 03 10:56:17 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Wed Oct 03 16:01:22 2012 -0700 |
tree | 29dfb6ed99e4a4149ba4c909954cc7c1caf09bac | |
parent | 3745b8c85620240edb7a7280d7fd9a02e299729d [diff] |
Cleanup cache command prints Only print when queried, not every time the setting is changed. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
diff --git a/common/cmd_cache.c b/common/cmd_cache.c index 13cc3d8..5512f92 100644 --- a/common/cmd_cache.c +++ b/common/cmd_cache.c
@@ -51,7 +51,7 @@ invalidate_icache_all(); break; } - /* FALL TROUGH */ + break; case 1: /* get status */ printf("Instruction Cache is %s\n", icache_status() ? "ON" : "OFF");