From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Tue, 13 Oct 2015 21:19:30 +0800 Subject: [U-Boot] [PATCH] nios2: zap cache status enable and disable functions In-Reply-To: <1444361567-27328-1-git-send-email-thomas@wytron.com.tw> References: <1444361567-27328-1-git-send-email-thomas@wytron.com.tw> Message-ID: <561D04E2.90608@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/09/2015 11:32 AM, Thomas Chou wrote: > As the icache and dcache of nios2 are always enabled, the > cmd_cache is no of use and the cache status, enable and > disable functions can be removed. > > Signed-off-by: Thomas Chou > --- > arch/nios2/cpu/cpu.c | 15 --------------- > 1 file changed, 15 deletions(-) > Applied to u-boot-nios.