Skip to content
Snippets Groups Projects
Commit d0642848 authored by Tom Rini's avatar Tom Rini
Browse files

board: gardena: Remove <common.h> and add needed includes


Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 33953563
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
* Copyright (C) 2019 Stefan Roese <sr@denx.de>
*/
#include <common.h>
#include <config.h>
#include <debug_uart.h>
#include <env.h>
#include <init.h>
......
......@@ -4,7 +4,7 @@
* Copyright (C) 2019 Stefan Roese <sr@denx.de>
*/
#include <common.h>
#include <config.h>
#include <nand.h>
#include <spl.h>
#include <asm/arch/at91sam9x5_matrix.h>
......
......@@ -3,7 +3,6 @@
* Copyright (C) 2018 Stefan Roese <sr@denx.de>
*/
#include <common.h>
#include <command.h>
#include <env.h>
#include <env_internal.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