]> git.ipfire.org Git - people/ms/u-boot.git/commit
board_f: Move the extra #ifdef condition into reserve_mmu()
authorSimon Glass <sjg@chromium.org>
Fri, 31 Mar 2017 14:40:29 +0000 (08:40 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 5 Apr 2017 20:36:49 +0000 (16:36 -0400)
commit80d4bcd3ec775ea69f832ecffcda3e7f49fba476
tree3a4919df5de978c387a61bfed3754d1478977ab6
parentb56db48615a86b4e4dc36827c499e779af98304f
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>
common/board_f.c