aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:42:47 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:40 -0600
commit6252e4cd9bc65a38727466f729500e9764457b4a (patch)
tree7d0028c0ba80d4842d97394e6686ce8a1b57ccf1 /board
parentdd894e8552efc1f82185d410d9917db920829c6b (diff)
downloadu-boot-6252e4cd9bc65a38727466f729500e9764457b4a.zip
u-boot-6252e4cd9bc65a38727466f729500e9764457b4a.tar.gz
u-boot-6252e4cd9bc65a38727466f729500e9764457b4a.tar.bz2
board: socionext: 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/socionext/developerbox/developerbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/socionext/developerbox/developerbox.c b/board/socionext/developerbox/developerbox.c
index 062e4a7..556a9ed 100644
--- a/board/socionext/developerbox/developerbox.c
+++ b/board/socionext/developerbox/developerbox.c
@@ -9,7 +9,7 @@
#include <asm/armv8/mmu.h>
#include <asm/global_data.h>
#include <asm/io.h>
-#include <common.h>
+#include <config.h>
#include <efi.h>
#include <efi_loader.h>
#include <env_internal.h>