ARM: zynqmp: Add platform specific arch_get_page_table
Based on the patch:
"armv8: caches: Added routine to set non cacheable region"
(sha1: dad17fd510
)
it is necessary to add platform specific hook.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
cb526c1c88
commit
37ecd04fe3
@ -191,4 +191,9 @@ void enable_caches(void)
|
||||
|
||||
set_sctlr(get_sctlr() | CR_C);
|
||||
}
|
||||
|
||||
u64 *arch_get_page_table(void)
|
||||
{
|
||||
return (u64 *)(gd->arch.tlb_addr + 0x3000);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user