aboutsummaryrefslogtreecommitdiff
path: root/common/board_f.c
diff options
context:
space:
mode:
authorOvidiu Panait2022-09-13 21:31:29 +0300
committerTom Rini2022-10-06 21:05:17 -0400
commit3c29c0fce0fea675a78d51b10a233d496065618a (patch)
tree98bf66c6cb2a925085e845ac5799902cb990ac10 /common/board_f.c
parentd63fc99435f462cbef5e062cb5f18711c947bf01 (diff)
common/board_f: drop ifdefs around header includes
Drop the remaining ifdef around spl.h include. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Ovidiu Panait <ovpanait@gmail.com>
Diffstat (limited to 'common/board_f.c')
-rw-r--r--common/board_f.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/board_f.c b/common/board_f.c
index 82b5828d286..5f1711181c7 100644
--- a/common/board_f.c
+++ b/common/board_f.c
@@ -36,9 +36,7 @@
#include <post.h>
#include <relocate.h>
#include <serial.h>
-#ifdef CONFIG_SPL
#include <spl.h>
-#endif
#include <status_led.h>
#include <sysreset.h>
#include <timer.h>