aboutsummaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:42:09 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:25 -0600
commit1520c1ee6244da1a30c44afcd4ffc72ac5c321e9 (patch)
treef6cc1c17bc0e4dc53fef3da5ba39f0fa310942eb /board
parent6f4df1757c624516b423a0adc7d9f281eebcbe76 (diff)
downloadu-boot-1520c1ee6244da1a30c44afcd4ffc72ac5c321e9.tar.gz
board: l+g: 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/l+g/vinco/vinco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/l+g/vinco/vinco.c b/board/l+g/vinco/vinco.c
index b3c176dd59a..066d315baa2 100644
--- a/board/l+g/vinco/vinco.c
+++ b/board/l+g/vinco/vinco.c
@@ -9,7 +9,7 @@
* Gregory CLEMENT <gregory.clement@free-electrons.com>
*/
-#include <common.h>
+#include <config.h>
#include <init.h>
#include <asm/global_data.h>
#include <asm/io.h>