]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: google: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:41:54 +0000 (20:41 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:24 +0000 (08:00 -0600)
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
board/google/chromebook_coral/coral.c
board/google/imx8mq_phanbell/imx8mq_phanbell.c
board/google/imx8mq_phanbell/spl.c
board/google/veyron/veyron.c

index 9d9168d608a1eec7b8dcd5bf10422d1228d23474..7b2724c01d045e72db0de03a614c24fa5d708856 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY   UCLASS_SYSINFO
 
-#include <common.h>
 #include <bloblist.h>
 #include <command.h>
 #include <cros_ec.h>
index d0a740dd3f40492a776211c5c550178d1f377331..9544d6dd19a800cfb265a9fc3351962b99fceb2b 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2020 NXP
  */
 
-#include <common.h>
 #include <env.h>
 #include <init.h>
 #include <malloc.h>
index 83de5bfd75fa2500041c34a45dd777976dcc2289..cfba9300dcbf37439274c4cf12a5e014437ad53d 100644 (file)
@@ -4,7 +4,7 @@
  *
  */
 
-#include <common.h>
+#include <config.h>
 #include <hang.h>
 #include <asm/global_data.h>
 #include <asm/io.h>
index 32dbcdc4d10a56d8aada6cb3fae53120a7db84a1..53c3435c92fcbd0ccaa7cf2d6520254423a2e287 100644 (file)
@@ -4,7 +4,6 @@
  */
 
 #include <clk.h>
-#include <common.h>
 #include <dm.h>
 #include <init.h>
 #include <log.h>