Skip to content
Snippets Groups Projects
Commit d73d5aee authored by Peng Fan's avatar Peng Fan Committed by Stefano Babic
Browse files

imx: mx6ul Add CONFIG_SYS_CACHELINE_SIZE for i.MX6UL


Since i.MX6UL's cache line size is 64bytes, need to
define the macro CONFIG_SYS_CACHELINE_SIZE to 64 for i.MX6UL.

Signed-off-by: default avatarPeng Fan <Peng.Fan@freescale.com>
parent bc32fc69
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,11 @@
#define ARCH_MXC
#ifdef CONFIG_MX6UL
#define CONFIG_SYS_CACHELINE_SIZE 64
#else
#define CONFIG_SYS_CACHELINE_SIZE 32
#endif
#define ROMCP_ARB_BASE_ADDR 0x00000000
#define ROMCP_ARB_END_ADDR 0x000FFFFF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment