common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.c
authorOvidiu Panait <ovpanait@gmail.com>
Sun, 29 Mar 2020 17:57:39 +0000 (20:57 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 24 Apr 2020 19:17:14 +0000 (15:17 -0400)
commit586b15bce82a2161dbe71991c14c8c36f5683033
tree10b508372f5cb670bc22df00e5abc5ca28f9aa77
parent4d131cdb6762694fc1a66d6b3e39a82f9ec691cf
common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.c

Move the ARM-specific reserve_mmu definition from common/board_f.c
to arch/arm/lib/cache.c.

Signed-off-by: Ovidiu Panait <ovpanait@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/lib/cache.c
common/board_f.c