diff options
Diffstat (limited to 'board/firefly/firefly-rk3288/firefly-rk3288.c')
-rw-r--r-- | board/firefly/firefly-rk3288/firefly-rk3288.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/firefly/firefly-rk3288/firefly-rk3288.c b/board/firefly/firefly-rk3288/firefly-rk3288.c index bd8a32cf7b..41c49e5daa 100644 --- a/board/firefly/firefly-rk3288/firefly-rk3288.c +++ b/board/firefly/firefly-rk3288/firefly-rk3288.c @@ -7,6 +7,7 @@ #include <hang.h> #include <led.h> #include <log.h> +#include <asm/global_data.h> #ifdef CONFIG_SPL_BUILD DECLARE_GLOBAL_DATA_PTR; |