[PATCH v2 4/4] common/board_f: drop ifdefs around header includes

Ovidiu Panait ovpanait at gmail.com
Tue Sep 13 20:31:29 CEST 2022


Drop the remaining ifdef around spl.h include.

Reviewed-by: Simon Glass <sjg at chromium.org>
Signed-off-by: Ovidiu Panait <ovpanait at 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



More information about the U-Boot mailing list