
11 Sep
2022
11 Sep
'22
6:10 p.m.
Drop the remaining ifdef around spl.h include.
Signed-off-by: Ovidiu Panait ovpanait@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