]> Git Repo - u-boot.git/commitdiff
board: myir: Remove <common.h> and add needed includes
authorTom Rini <[email protected]>
Wed, 1 May 2024 02:42:22 +0000 (20:42 -0600)
committerTom Rini <[email protected]>
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 <[email protected]>
board/myir/mys_6ulx/spl.c

index 3cf14e2bc660595f2c2cee5a9c6a8409559ef625..4414487eff241d019f7c50f2ded5795dace4e13f 100644 (file)
@@ -4,7 +4,7 @@
  * Author: Parthiban Nallathambi <[email protected]>
  */
 
-#include <common.h>
+#include <config.h>
 #include <init.h>
 #include <spl.h>
 #include <asm/arch/clock.h>
This page took 0.035322 seconds and 4 git commands to generate.