From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Wed, 08 Oct 2014 19:45:02 +0900 Subject: [U-Boot] [PATCH] armv7: s5pc1xx: improve cache handling In-Reply-To: <1411121875-501-1-git-send-email-r.baldyga@samsung.com> References: <1411121875-501-1-git-send-email-r.baldyga@samsung.com> Message-ID: <543515AE.7090006@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 19/09/14 19:17, Robert Baldyga wrote: > Move cache handling code to C file, and add enable_caches() and > disable_caches() functions. > > Signed-off-by: Robert Baldyga > --- > arch/arm/cpu/armv7/s5pc1xx/cache.S | 30 ------------------------ > arch/arm/cpu/armv7/s5pc1xx/cache.c | 47 ++++++++++++++++++++++++++++++++++++++ > 2 files changed, 47 insertions(+), 30 deletions(-) > delete mode 100644 arch/arm/cpu/armv7/s5pc1xx/cache.S > create mode 100644 arch/arm/cpu/armv7/s5pc1xx/cache.c > applied to u-boot-samsung. Thanks, Minkyu Kang.