From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Thu, 20 Nov 2008 00:08:47 +0900 Subject: [U-Boot] [PATCH] MIPS: Flush data cache upon relocation In-Reply-To: <1227022572-10057-1-git-send-email-sr@denx.de> References: <1227022572-10057-1-git-send-email-sr@denx.de> Message-ID: <49242BFF.5040108@ruby.dti.ne.jp> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Stefan Roese wrote: > This patch now adds a flush to the data cache upon relocation. The > current implementation is missing this. Only a comment states that it > should be done. So let's really do it now. > > Signed-off-by: Stefan Roese Acked-by: Shinya Kuribayashi I've not tested with a real board, but it'll work. Thanks!