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

index 2b03e4891d92f0d3d1565e9fc169c0c055014b80..222e5facf434cb78e315069044f6f7e6f8532e87 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #include <init.h>
-#include <common.h>
+#include <config.h>
 #include <asm/io.h>
 #include <asm/global_data.h>
 
index cd9591a9e3243156bf3c021f030660bb3aab25bf..8f78937e097300e727b6d0d2ccf4232d95e6395a 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2016 Freescale Semiconductor, Inc.
  */
 
-#include <common.h>
 #include <init.h>
 #include <asm/global_data.h>
 #include <asm/io.h>