]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: gardena: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:41:50 +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/gardena/smart-gateway-at91sam/board.c
board/gardena/smart-gateway-at91sam/spl.c
board/gardena/smart-gateway-mt7688/board.c

index d9dfb256b32a36df78f616c6df4e7d207361d39a..2b5b2844fbd289270834875287bf3cddbe1a525a 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2019 Stefan Roese <sr@denx.de>
  */
 
-#include <common.h>
+#include <config.h>
 #include <debug_uart.h>
 #include <env.h>
 #include <init.h>
index 2807c4e3114147388ca5eaa3408592891c849ff1..fb3ec48f9c52ee35c3ab2f83118c519a21b03df4 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2019 Stefan Roese <sr@denx.de>
  */
 
-#include <common.h>
+#include <config.h>
 #include <nand.h>
 #include <spl.h>
 #include <asm/arch/at91sam9x5_matrix.h>
index 0cfde91c94c62f153322c4696c436d891ac7454c..c6b14bed41fb676d0fac4333fd021064dca7640e 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2018 Stefan Roese <sr@denx.de>
  */
 
-#include <common.h>
 #include <command.h>
 #include <env.h>
 #include <env_internal.h>