Skip to content
Snippets Groups Projects
Commit 573b020e authored by Lokesh Vutla's avatar Lokesh Vutla Committed by Tom Rini
Browse files

ARM: AM43xx: Add L2 Support


AM4372 uses PL310 L2 Cache. Enable the configs for the same.

Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
parent 369cbe1e
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,11 @@ ...@@ -30,6 +30,11 @@
#define CONFIG_SPL_MAX_SIZE (0x40337C00 - CONFIG_SPL_TEXT_BASE) #define CONFIG_SPL_MAX_SIZE (0x40337C00 - CONFIG_SPL_TEXT_BASE)
#define CONFIG_SPL_YMODEM_SUPPORT #define CONFIG_SPL_YMODEM_SUPPORT
/* Enabling L2 Cache */
#define CONFIG_SYS_L2_PL310
#define CONFIG_SYS_PL310_BASE 0x48242000
#define CONFIG_SYS_CACHELINE_SIZE 32
/* /*
* Since SPL did pll and ddr initialization for us, * Since SPL did pll and ddr initialization for us,
* we don't need to do it twice. * we don't need to do it twice.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment