[PATCH 007/149] board: BuS: Remove <common.h> and add needed includes
Tom Rini
trini at konsulko.com
Wed May 1 04:40:54 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: Jens Scharsig <esw at bus-elektronik.de>
---
board/BuS/eb_cpu5282/eb_cpu5282.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/BuS/eb_cpu5282/eb_cpu5282.c b/board/BuS/eb_cpu5282/eb_cpu5282.c
index ea49c7a99c0b..cf5610861b50 100644
--- a/board/BuS/eb_cpu5282/eb_cpu5282.c
+++ b/board/BuS/eb_cpu5282/eb_cpu5282.c
@@ -7,7 +7,7 @@
* Wolfgang Denk, DENX Software Engineering, wd at denx.de.
*/
-#include <common.h>
+#include <config.h>
#include <command.h>
#include <asm/global_data.h>
#include "asm/m5282.h"
--
2.34.1
More information about the U-Boot
mailing list