Skip to content
Snippets Groups Projects
Commit 3c29c0fc authored by Ovidiu Panait's avatar Ovidiu Panait Committed by Tom Rini
Browse files

common/board_f: drop ifdefs around header includes


Drop the remaining ifdef around spl.h include.

Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarOvidiu Panait <ovpanait@gmail.com>
parent d63fc994
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment