Drop the remaining ifdef around spl.h include.

Reviewed-by: Simon Glass <s...@chromium.org>
Signed-off-by: Ovidiu Panait <ovpan...@gmail.com>
---

Changes in v2:
- add "Reviewed-by" tag from Simon

 common/board_f.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/common/board_f.c b/common/board_f.c
index 96458c5151..4db1626c29 100644
--- a/common/board_f.c
+++ b/common/board_f.c
@@ -35,9 +35,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>
-- 
2.25.1

Reply via email to