]> git.baikalelectronics.ru Git - uboot.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)
commit55746d77cced82fe66f071f1c6cb5bb8e2d5f701
tree3a4919df5de978c387a61bfed3754d1478977ab6
parent09ffc13a2540c2920d0d44ee5848c36e94c6d47e
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