]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: kobol: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:42:06 +0000 (20:42 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:25 +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/kobol/helios4/helios4.c

index 9c5b687b3e8bb7e22bd99e48256e8805aae5eb05..4c8407bb676846dda2a1270d53a07b0df5a1d13a 100644 (file)
@@ -4,7 +4,7 @@
  *  based on board/solidrun/clearfog/clearfog.c
  */
 
-#include <common.h>
+#include <config.h>
 #include <i2c.h>
 #include <init.h>
 #include <miiphy.h>