command/cmd_cache.c: Add optional flush arguments
authorMatthew McClintock <msm@freescale.com>
Tue, 24 May 2011 10:09:05 +0000 (10:09 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 26 Jul 2011 12:30:08 +0000 (14:30 +0200)
commitd0c4c33850793be7e211d1cb20c9e0ce67c26c3b
tree2a28c0f25beb867fd425bdc7ce8b76dc62c2a6c3
parent0e0996ef4fb340bd91ce6588a998cdaf10f43a42
command/cmd_cache.c: Add optional flush arguments

It might be desirable to have the ability to flush icache/dcache
within u-boot, this patch gives each arch the ability to provide
a flush_dcache/flush_icache function to let u-boot flush caches
from the prompt

Signed-off-by: Matthew McClintock <msm@freescale.com>
common/cmd_cache.c