From: Ovidiu Panait Date: Tue, 13 Sep 2022 18:31:29 +0000 (+0300) Subject: common/board_f: drop ifdefs around header includes X-Git-Tag: v2023.01-rc1~45^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c29c0fce0fea675a78d51b10a233d496065618a;p=pandora-u-boot.git common/board_f: drop ifdefs around header includes Drop the remaining ifdef around spl.h include. Reviewed-by: Simon Glass Signed-off-by: Ovidiu Panait --- 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 #include #include -#ifdef CONFIG_SPL #include -#endif #include #include #include