aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:43:12 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:40 -0600
commit791e88857751e2830da4d4257c720a13ac6df048 (patch)
tree3cbbfe813381b985dcd47b2e3c6388dfa8661d98 /board
parent4d6962f403f86e7d4b439593b7ccb5a4794d4387 (diff)
downloadu-boot-791e88857751e2830da4d4257c720a13ac6df048.zip
u-boot-791e88857751e2830da4d4257c720a13ac6df048.tar.gz
u-boot-791e88857751e2830da4d4257c720a13ac6df048.tar.bz2
board: warp7: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board')
-rw-r--r--board/warp7/warp7.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/warp7/warp7.c b/board/warp7/warp7.c
index ead52d5..4cd3ff0 100644
--- a/board/warp7/warp7.c
+++ b/board/warp7/warp7.c
@@ -15,7 +15,6 @@
#include <asm/mach-imx/hab.h>
#include <asm/mach-imx/iomux-v3.h>
#include <asm/io.h>
-#include <common.h>
#include <env.h>
#include <asm/arch/crm_regs.h>
#include <netdev.h>