Skip to content
Snippets Groups Projects
Commit a299a487 authored by Philipp Tomsich's avatar Philipp Tomsich
Browse files

rockchip: rk3399: spl: remove unused header inclusion


fdtdec.h is included, but not used in rk3399-board-spl.c: remove the
'#include'-statement.

Signed-off-by: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
parent caa6b3b5
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
#include <common.h> #include <common.h>
#include <debug_uart.h> #include <debug_uart.h>
#include <dm.h> #include <dm.h>
#include <fdtdec.h>
#include <ram.h> #include <ram.h>
#include <spl.h> #include <spl.h>
#include <asm/gpio.h> #include <asm/gpio.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