[PATCH 4/4] common/board_f: drop ifdefs around header includes
Ovidiu Panait
ovpanait at gmail.com
Sun Sep 11 18:10:51 CEST 2022
Drop the remaining ifdef around spl.h include.
Signed-off-by: Ovidiu Panait <ovpanait at gmail.com>
---
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
More information about the U-Boot
mailing list