summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/include/mach/at91_common.h
diff options
context:
space:
mode:
authorSamuel Mescoff <samuel.mescoff@mobile-devices.fr>2016-02-16 09:45:06 +0100
committerAndreas Bießmann <andreas.devel@googlemail.com>2016-02-18 21:34:41 +0100
commitf7cf291aa788eb5b64c0d16de529b1a378f509bb (patch)
tree7fb741b4c492033d0b5fb364dc372dbb995898b9 /arch/arm/mach-at91/include/mach/at91_common.h
parentc21c28b6f39468dcc13f82458fa3c6f6c5dce9d9 (diff)
downloadblackbird-obmc-uboot-f7cf291aa788eb5b64c0d16de529b1a378f509bb.tar.gz
blackbird-obmc-uboot-f7cf291aa788eb5b64c0d16de529b1a378f509bb.zip
ARM: at91: sama5d2: configure the L2 cache memory
The SAMA5D2 has a second internal SRAM that can be reassigned as a L2 cache memory. Make sure it is configured as a L2 cache memory when booting from a SPL image. Based on the commit b5ea95ef2b5b from the at91bootstrap repository. Signed-off-by: Samuel Mescoff <samuel.mescoff@mobile-devices.fr> Reviewed-by: Wenyou Yang <wenyou.yang@atmel.com> Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch/arm/mach-at91/include/mach/at91_common.h')
-rw-r--r--arch/arm/mach-at91/include/mach/at91_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/include/mach/at91_common.h b/arch/arm/mach-at91/include/mach/at91_common.h
index efcd74ed90..0742ffc56f 100644
--- a/arch/arm/mach-at91/include/mach/at91_common.h
+++ b/arch/arm/mach-at91/include/mach/at91_common.h
@@ -34,5 +34,6 @@ void at91_spl_board_init(void);
void at91_disable_wdt(void);
void matrix_init(void);
void redirect_int_from_saic_to_aic(void);
+void configure_2nd_sram_as_l2_cache(void);
#endif /* AT91_COMMON_H */
OpenPOWER on IntegriCloud