]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: mntre: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:42:19 +0000 (20:42 -0600)
committerTom Rini <trini@konsulko.com>
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 <trini@konsulko.com>
board/mntre/imx8mq_reform2/imx8mq_reform2.c
board/mntre/imx8mq_reform2/spl.c

index be5c5060a2a09c561a52826e24cc185e043045e0..ebc490e24b1c91d8432f9cf517e0f62cc078a98a 100644 (file)
@@ -4,7 +4,6 @@
  * Copyright (C) 2018, Boundary Devices <info@boundarydevices.com>
  */
 
-#include <common.h>
 #include <env.h>
 #include <init.h>
 #include <malloc.h>
index 5120c628b91a1a701761852a42416dd10dd37c81..48a783593b6eaeea4296cfaa6093c3c53e64a82e 100644 (file)
@@ -5,7 +5,7 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#include <common.h>
+#include <config.h>
 #include <hang.h>
 #include <image.h>
 #include <init.h>