commit | d0c4c33850793be7e211d1cb20c9e0ce67c26c3b | [log] [tgz] |
---|---|---|
author | Matthew McClintock <msm@freescale.com> | Tue May 24 10:09:05 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jul 26 14:30:08 2011 +0200 |
tree | 2a28c0f25beb867fd425bdc7ce8b76dc62c2a6c3 | |
parent | 0e0996ef4fb340bd91ce6588a998cdaf10f43a42 [diff] |
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>