commit | d473f0c621513d3f1c42888c113b68f65b7e81cf | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Mar 04 01:09:48 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 15 15:13:02 2016 -0400 |
tree | 72566868778f606d2a3bcaa07895bf68f39bffad | |
parent | 5e2ec773bb6c5acf22d8652112856e87cff86ea4 [diff] |
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>