From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Tue, 3 Nov 2015 13:15:06 +0800 Subject: [U-Boot] [PATCH] nios2: fix map_physmem to do real cache mapping In-Reply-To: <1445908183-8623-1-git-send-email-thomas@wytron.com.tw> References: <1445908183-8623-1-git-send-email-thomas@wytron.com.tw> Message-ID: <563842DA.4090904@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 2015?10?27? 09:09, Thomas Chou wrote: > Fix the map_physmem() to do real cache mapping. > > Signed-off-by: Thomas Chou > --- > arch/nios2/cpu/cpu.c | 3 ++- > arch/nios2/include/asm/global_data.h | 1 + > arch/nios2/include/asm/io.h | 8 ++++++-- > 3 files changed, 9 insertions(+), 3 deletions(-) > Applied to u-boot-nios.