[PATCH v2 3/3] common/board_f: Make reserve_mmu generic
Simon Glass
sjg at chromium.org
Tue Mar 31 01:57:02 CEST 2020
On Sun, 29 Mar 2020 at 11:59, Ovidiu Panait <ovpanait at gmail.com> wrote:
>
> Introduce arch_reserve_mmu to allow for architecture-specific reserve_mmu
> routines. Also, define a weak nop stub for it.
>
> Signed-off-by: Ovidiu Panait <ovpanait at gmail.com>
> ---
> arch/arm/lib/cache.c | 2 +-
> common/board_f.c | 9 ++++++---
> include/init.h | 13 ++++++++++++-
> 3 files changed, 19 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
This series is very well put together, thank you.
More information about the U-Boot
mailing list