]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: congatec: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:41:30 +0000 (20:41 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 6 May 2024 21:07:49 +0000 (15:07 -0600)
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Acked-by: Oliver Graute <oliver.graute@kococonnector.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
board/congatec/cgtqmx8/cgtqmx8.c
board/congatec/cgtqmx8/spl.c
board/congatec/common/mmc.c
board/congatec/conga-qeval20-qa3-e3845/conga-qeval20-qa3.c

index d8e5b1d6963341426e5b9327874843f343f4a313..99c33a1943e0d6992f6f6f8cee20bc819e4c02c4 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright 2018 congatec AG
  * Copyright (C) 2019 Oliver Graute <oliver.graute@kococonnector.com>
  */
-#include <common.h>
+#include <config.h>
 #include <errno.h>
 #include <linux/libfdt.h>
 #include <fsl_esdhc.h>
index b432ce27459f60e3773a690880a60a0c136d26a8..242e794981b7ebf320f31f876925144c2cbd53ce 100644 (file)
@@ -4,7 +4,6 @@
  *
  */
 
-#include <common.h>
 #include <dm.h>
 #include <fdt_support.h>
 #include <init.h>
index bb7a3d4a9aa03fe3a3bb27f41a8c6ae875f2b0c9..74a189ab4d7f4d2920744f57db6c79b1d6e57128 100644 (file)
@@ -4,7 +4,8 @@
  * Copyright 2018 NXP
  *
  */
-#include <common.h>
+
+#include <vsprintf.h>
 #include <linux/errno.h>
 #include <asm/io.h>
 #include <env.h>
index 315b6dc5429573001c1eb48e9f7b7e20bef414c3..4197e88fb6ff2a7f3a555f52bf07973b42b4741f 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2016 Stefan Roese <sr@denx.de>
  */
 
-#include <common.h>
 #include <i2c.h>
 #include <init.h>
 #include <winbond_w83627.h>