]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: grinn: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:41:55 +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/grinn/chiliboard/board.c
board/grinn/liteboard/board.c

index 64b32ca96df34a89d983e018a5b0b42b2926a7b2..8313b37655fbfbbb79d99434896bb19e662080be 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2017, Grinn - http://grinn-global.com/
  */
 
-#include <common.h>
+#include <config.h>
 #include <init.h>
 #include <net.h>
 #include <asm/arch/chilisom.h>
index cf1d7cee92525b30b9b1d57d9f002609fd0828d2..07bb5b7d79744334a1d47564d95963f84f4b3eba 100644 (file)
@@ -4,7 +4,6 @@
  * Copyright (C) 2016 Grinn
  */
 
-#include <common.h>
 #include <command.h>
 #include <init.h>
 #include <asm/arch/clock.h>