commit | e3cb4495922f688c8ef4cfb501fc09ef0fb8aa3e | [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 | bcf257d35cbabafb1b2414819e408bcfca80c3e1 [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>