board_f: Drop CONFIG_SPL_BUILD check
authorSimon Glass <sjg@chromium.org>
Fri, 31 Mar 2017 14:40:31 +0000 (08:40 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 5 Apr 2017 20:36:50 +0000 (16:36 -0400)
commitabf7f4c7040b3914bea327243dcfac0ef840fbaf
treeaaab4e267dac29b925724fefa53bf80370fc4ee8
parent0f079eb51c402e6f3805fc0d35c7cc8db7275e97
board_f: Drop CONFIG_SPL_BUILD check

This is never defined when building this file, so drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: York Sun <york.sun@nxp.com>
common/board_f.c