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

index 717e02a039b7ce05aac482a479fb244dc077d40b..9ce2785a4f0495f70577e5e3a3259bc475a37c00 100644 (file)
@@ -5,7 +5,7 @@
  *         Richard Hu <[email protected]>
  */
 
-#include <common.h>
+#include <config.h>
 #include <init.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/imx-regs.h>
index 8be62c86695d4ef119de2f8c0e4999e39927aad9..a48ef33ffdec22cb8d464e316901920dc5237aa5 100644 (file)
@@ -6,7 +6,6 @@
  * Author: Fabio Estevam <[email protected]>
  */
 
-#include <common.h>
 #include <image.h>
 #include <init.h>
 #include <log.h>
This page took 0.039348 seconds and 4 git commands to generate.