From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 11 Jun 2015 14:18:55 -0600 Subject: [U-Boot] [PATCH v2 3/9] arm: Allow cleanup_before_linux() without disabling caches In-Reply-To: <1431522151-20245-4-git-send-email-sjg@chromium.org> References: <1431522151-20245-1-git-send-email-sjg@chromium.org> <1431522151-20245-4-git-send-email-sjg@chromium.org> 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 On 13 May 2015 at 07:02, Simon Glass wrote: > This function is used before jumping to U-Boot, but in that case we don't > always want to disable caches. > > Signed-off-by: Simon Glass > Signed-off-by: Vadim Bendebury > --- > > Changes in v2: None > > arch/arm/cpu/armv7/cpu.c | 47 +++++++++++++++++++++++++++++------------------ > include/common.h | 15 +++++++++++++++ > 2 files changed, 44 insertions(+), 18 deletions(-) Applied to u-boot-dm.