]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: eets: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:41:39 +0000 (20:41 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 6 May 2024 21:07:50 +0000 (15:07 -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/eets/pdu001/board.c
board/eets/pdu001/mux.c

index 3a52e4ae675fd1c051b6c56a4a7517309da6bfb2..2ad256f8635791772b6c336445af8ce4af49935e 100644 (file)
@@ -9,7 +9,7 @@
  * Copyright (C) 2011, Texas Instruments, Incorporated - https://www.ti.com/
  */
 
-#include <common.h>
+#include <config.h>
 #include <env.h>
 #include <errno.h>
 #include <init.h>
index c97927e5cfe9ec4d3eb2ee79f2ed236b130c9db9..f306a134031599c0121510f80d1754eb74b5ad7b 100644 (file)
@@ -7,7 +7,7 @@
  * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
  */
 
-#include <common.h>
+#include <config.h>
 #include <i2c.h>
 #include <asm/arch/sys_proto.h>
 #include <asm/arch/hardware.h>