common/board_f: drop ifdefs around header includes
Drop the remaining ifdef around spl.h include. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Ovidiu Panait <ovpanait@gmail.com>
This commit is contained in:
parent
d63fc99435
commit
3c29c0fce0
1 changed files with 0 additions and 2 deletions
|
@ -36,9 +36,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>
|
||||
|
|
Loading…
Reference in a new issue