From mboxrd@z Thu Jan 1 00:00:00 1970 From: jk Date: Sat, 23 Jul 2016 14:31:57 +0800 Subject: [U-Boot] [bug report]cmd: cache: output information Message-ID: <57930F5D.5070605@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi guys, I think the output of command 'dcache' is improper. It always print 'writethrough' regardless of the real policy, such as write back. => dcache Data (writethrough) Cache is ON Not only ARM but also other socs support cache, hence we can't differentiate policy by macro (i.e CONFIG_SYS_ARM_CACHE_WRITETHROUGH). Can you think of anything better?