aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:43:01 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:40 -0600
commit1267f220e2ef8900a05517ea54565c15af3cc23f (patch)
tree6269a45c73194f0dab2a5b35a4e302b774acf4fb /board
parent31534d8ad5ff2e0c5fe7e760f44fe88439176847 (diff)
downloadu-boot-1267f220e2ef8900a05517ea54565c15af3cc23f.zip
u-boot-1267f220e2ef8900a05517ea54565c15af3cc23f.tar.gz
u-boot-1267f220e2ef8900a05517ea54565c15af3cc23f.tar.bz2
board: theadorable: 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: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board')
-rw-r--r--board/theadorable/fpga.c2
-rw-r--r--board/theadorable/theadorable.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/board/theadorable/fpga.c b/board/theadorable/fpga.c
index bc8379c..56d3647 100644
--- a/board/theadorable/fpga.c
+++ b/board/theadorable/fpga.c
@@ -3,10 +3,10 @@
* Copyright (C) 2016 Stefan Roese <sr@denx.de>
*/
-#include <common.h>
#include <altera.h>
#include <errno.h>
#include <log.h>
+#include <time.h>
#include <asm/gpio.h>
#include <asm/io.h>
#include <asm/arch/cpu.h>
diff --git a/board/theadorable/theadorable.c b/board/theadorable/theadorable.c
index 144f122..cca5c3d 100644
--- a/board/theadorable/theadorable.c
+++ b/board/theadorable/theadorable.c
@@ -3,7 +3,6 @@
* Copyright (C) 2015-2019 Stefan Roese <sr@denx.de>
*/
-#include <common.h>
#include <command.h>
#include <console.h>
#include <dm.h>