aboutsummaryrefslogtreecommitdiffstats
path: root/board/nuvoton
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:42:25 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:25 -0600
commiteadb046da6125269e45e506bc09bec7bcd68fca2 (patch)
tree4a4454ee29328324a29d94c181df863ebfd1fe88 /board/nuvoton
parent77e3b37efda277a01fe610a820b54ff13e46fc3b (diff)
downloadu-boot-eadb046da6125269e45e506bc09bec7bcd68fca2.tar.gz
board: nuvoton: 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/nuvoton')
-rw-r--r--board/nuvoton/arbel_evb/arbel_evb.c1
-rw-r--r--board/nuvoton/poleg_evb/poleg_evb.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/board/nuvoton/arbel_evb/arbel_evb.c b/board/nuvoton/arbel_evb/arbel_evb.c
index 53c931c3c24..1f519219e7e 100644
--- a/board/nuvoton/arbel_evb/arbel_evb.c
+++ b/board/nuvoton/arbel_evb/arbel_evb.c
@@ -3,7 +3,6 @@
* Copyright (c) 2022 Nuvoton Technology Corp.
*/
-#include <common.h>
#include <dm.h>
#include <asm/io.h>
#include <asm/arch/gcr.h>
diff --git a/board/nuvoton/poleg_evb/poleg_evb.c b/board/nuvoton/poleg_evb/poleg_evb.c
index e69bca95031..3c4e5aaf294 100644
--- a/board/nuvoton/poleg_evb/poleg_evb.c
+++ b/board/nuvoton/poleg_evb/poleg_evb.c
@@ -4,7 +4,6 @@
* Copyright (c) 2021 Nuvoton Technology Corp.
*/
-#include <common.h>
#include <dm.h>
#include <env.h>
#include <asm/io.h>