[PATCH 144/149] board: wandboard: Remove <common.h> and add needed includes

Tom Rini trini at konsulko.com
Wed May 1 04:43:11 CEST 2024


Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Fabio Estevam <festevam at gmail.com>
---
 board/wandboard/spl.c       | 2 +-
 board/wandboard/wandboard.c | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/board/wandboard/spl.c b/board/wandboard/spl.c
index 717e02a039b7..9ce2785a4f04 100644
--- a/board/wandboard/spl.c
+++ b/board/wandboard/spl.c
@@ -5,7 +5,7 @@
  *         Richard Hu <hakahu at gmail.com>
  */
 
-#include <common.h>
+#include <config.h>
 #include <init.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/imx-regs.h>
diff --git a/board/wandboard/wandboard.c b/board/wandboard/wandboard.c
index 8be62c86695d..a48ef33ffdec 100644
--- a/board/wandboard/wandboard.c
+++ b/board/wandboard/wandboard.c
@@ -6,7 +6,6 @@
  * Author: Fabio Estevam <fabio.estevam at freescale.com>
  */
 
-#include <common.h>
 #include <image.h>
 #include <init.h>
 #include <log.h>
-- 
2.34.1



More information about the U-Boot mailing list