thunderx: Move mmu table into board file
authorAlexander Graf <agraf@suse.de>
Fri, 4 Mar 2016 00:09:48 +0000 (01:09 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 15 Mar 2016 19:13:02 +0000 (15:13 -0400)
commitd473f0c621513d3f1c42888c113b68f65b7e81cf
tree72566868778f606d2a3bcaa07895bf68f39bffad
parent5e2ec773bb6c5acf22d8652112856e87cff86ea4
thunderx: Move mmu table into board file

The MMU range table can vary depending on things we may only find
out at runtime. While the very simple ThunderX variant does not
change, other boards will, so move the definition from a static
entry in a header file to the board file.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/arm/cpu/armv8/cache_v8.c
arch/arm/include/asm/armv8/mmu.h
board/cavium/thunderx/thunderx.c
include/configs/thunderx_88xx.h