From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Wed, 4 Nov 2015 08:49:47 -0600 Subject: [U-Boot] [PATCH 3/3] nios2: fix cached mode in clearing the BSS In-Reply-To: <1446531623-17267-3-git-send-email-thomas@wytron.com.tw> References: <1446531623-17267-1-git-send-email-thomas@wytron.com.tw> <1446531623-17267-3-git-send-email-thomas@wytron.com.tw> Message-ID: <1446648587.2582.8.camel@clsee-VirtualBox> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2015-11-03 at 14:20 +0800, thomas at wytron.com.tw wrote: > As the generic board runs in cached mode, it should not use > "stwio" which bypass the cache. > > Signed-off-by: Thomas Chou > --- Reviewed-by: Chin Liang See Thanks Chin Liang