]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: amlogic: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:41:03 +0000 (20:41 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 6 May 2024 21:07:48 +0000 (15:07 -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>
15 files changed:
board/amlogic/beelink-s922x/beelink-s922x.c
board/amlogic/jethub-j100/jethub-j100.c
board/amlogic/jethub-j80/jethub-j80.c
board/amlogic/odroid-go-ultra/odroid-go-ultra.c
board/amlogic/odroid-n2/odroid-n2.c
board/amlogic/p200/p200.c
board/amlogic/p201/p201.c
board/amlogic/p212/p212.c
board/amlogic/q200/q200.c
board/amlogic/s400/s400.c
board/amlogic/sei510/sei510.c
board/amlogic/sei610/sei610.c
board/amlogic/u200/u200.c
board/amlogic/vim3/vim3.c
board/amlogic/w400/w400.c

index c2776310a3dc7da037c43589d7736c605f2c1ae2..ccb2f7d1bb1913d6b579338332df7727b161cea0 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <env.h>
 #include <init.h>
index 010fc0df7d18c9425e57df3cea286cf752f4fea0..b770a1f8c537275a439d4bd2ee104ad3557a0b6a 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Vyacheslav Bocharov <adeep@lexina.in>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <init.h>
 #include <net.h>
index 0b781666e985d3b70f0838a2ccb9012f0e81d67b..07a08dcd17001b567b27648204bc6987e367e570 100644 (file)
@@ -6,7 +6,6 @@
  *
  */
 
-#include <common.h>
 #include <dm.h>
 #include <adc.h>
 #include <env.h>
index bbd23e20fcdd1cd7439a3492fd4434088b1d61ed..8f3f2045d74d3323d4ab9650a66c51010bb8e291 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (C) 2023 Neil Armstrong <neil.armstrong@linaro.org>
  */
 
-#include <common.h>
+#include <log.h>
 #include <asm/arch/boot.h>
 #include <power/regulator.h>
 
index a4bcc62174a0e88429e1ba68691ab88355a866d3..ae953d0e4bab7a8b088740cb8918caa3a03c2ece 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <adc.h>
 #include <env.h>
index 754242e4a9fa112426a8079ebcf541cd6645c239..3bede46b324c89c070d7d40b0363e3cb971a2d2e 100644 (file)
@@ -3,7 +3,6 @@
  * (C) Copyright 2016 Beniamino Galvani <b.galvani@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <env.h>
 #include <init.h>
index 769e2735d27ecc86a7a8ebf40dd70b0fa38cc4b4..d44ebae07ddea6e86c3ab604df05c394eaaae85d 100644 (file)
@@ -3,7 +3,6 @@
  * (C) Copyright 2016 Beniamino Galvani <b.galvani@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <env.h>
 #include <init.h>
index f6e60ae3af1799a21d4fd1793e217e83eaed9a0a..ae9834c0bf8dd1eb69a066068c274337efde1715 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <env.h>
 #include <init.h>
index 47f1566a9d3d09b44bf232267301023afaf8f500..0c0afccb38c25b45a86dfd99b220efb2d75bc80b 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <env.h>
 #include <init.h>
index 06a9044fd8087cc585a0ff356b63d933e65eb277..96244c9ccb11b5be05d0c6c212fb564502c0d971 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <init.h>
 #include <net.h>
index bb188c21f75f334730ee67b9c2bd7324be4cecd6..1a978d1290a547f5de573e74e83ed8c077508c45 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <env.h>
 #include <env_internal.h>
index 6490bac9eb5576669e548d7f5e88a378ea8a81c9..8a096b15bfb271b31d710a8a6a102a1ca675c6b2 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <env.h>
 #include <env_internal.h>
index 06a9044fd8087cc585a0ff356b63d933e65eb277..96244c9ccb11b5be05d0c6c212fb564502c0d971 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <init.h>
 #include <net.h>
index a4850364f418e89c2735086c47de54ee72741c73..bbc2d826e05056aeb536f9cf694e3a7a7575599d 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <env_internal.h>
 #include <init.h>
index 4199198496b1817eecf547716f5431249216d441..b84366aaeb15d71ed196b7947e161b8ebc1851e5 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Neil Armstrong <narmstrong@baylibre.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <env_internal.h>
 #include <init.h>