commit | 80d4bcd3ec775ea69f832ecffcda3e7f49fba476 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Mar 31 08:40:29 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 05 16:36:49 2017 -0400 |
tree | 3a4919df5de978c387a61bfed3754d1478977ab6 | |
parent | b56db48615a86b4e4dc36827c499e779af98304f [diff] |
board_f: Move the extra #ifdef condition into reserve_mmu() The arch-specific details of the cache being off are best handled inside the reserve_mmu(). This cleans up the init sequence a little. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: York Sun <york.sun@nxp.com>