summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/cmd_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_cache.c b/common/cmd_cache.c
index 13cc3d81ba..5512f924b1 100644
--- a/common/cmd_cache.c
+++ b/common/cmd_cache.c
@@ -51,7 +51,7 @@ int do_icache(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
invalidate_icache_all();
break;
}
- /* FALL TROUGH */
+ break;
case 1: /* get status */
printf("Instruction Cache is %s\n",
icache_status() ? "ON" : "OFF");
OpenPOWER on IntegriCloud