From mboxrd@z Thu Jan 1 00:00:00 1970 From: vinaygn Date: Wed, 8 Dec 2004 12:15:39 +0530 Subject: [U-Boot-Users] mips incaip icache and dcache Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I enabled cache command by removing CFG_CMD_CACHE from #define CFG_CMD_NONSTD macro. When i compile i get linker errors for missing functions: icache_disable, icache_enable, icache_status, and dcache_enable. Any code patches for the above for MIPS. Regards, Vinay