
26 Apr
2020
26 Apr
'20
1:26 p.m.
On Sun, Mar 29, 2020 at 08:57:40PM +0300, Ovidiu Panait wrote:
As a preparation for turning reserve_mmu into an arch-specific variant, introduce arm_reserve_mmu on ARM. It implements the default routine for reserving memory for MMU TLB and needs to be weakly defined in order to allow for machines to override it.
Without this decoupling, after introducing arch_reserve_mmu, there would be two weak definitions for it, one in common/board_f.c and one in arch/arm/lib/cache.c.
Signed-off-by: Ovidiu Panait ovpanait@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom