diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:42:42 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:40 -0600 |
commit | cb9e4a0c1481693afb0f45ca90c8657f0416b8f0 (patch) | |
tree | 6241f538bce16c75f83cca27a9aa0fc491220a2e /board/seeed | |
parent | 8973eebf297b41794e1e9359b222815ed1f03a20 (diff) | |
download | u-boot-cb9e4a0c1481693afb0f45ca90c8657f0416b8f0.tar.gz u-boot-cb9e4a0c1481693afb0f45ca90c8657f0416b8f0.tar.bz2 u-boot-cb9e4a0c1481693afb0f45ca90c8657f0416b8f0.zip |
board: seeed: 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/seeed')
-rw-r--r-- | board/seeed/linkit-smart-7688/board.c | 1 | ||||
-rw-r--r-- | board/seeed/npi_imx6ull/spl.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/board/seeed/linkit-smart-7688/board.c b/board/seeed/linkit-smart-7688/board.c index bf7c69ea83..91fa08fd9e 100644 --- a/board/seeed/linkit-smart-7688/board.c +++ b/board/seeed/linkit-smart-7688/board.c @@ -3,7 +3,6 @@ * Copyright (C) 2018 Stefan Roese <sr@denx.de> */ -#include <common.h> #include <init.h> #include <asm/io.h> #include <linux/bitops.h> diff --git a/board/seeed/npi_imx6ull/spl.c b/board/seeed/npi_imx6ull/spl.c index b29da2c1fc..2312d8fac6 100644 --- a/board/seeed/npi_imx6ull/spl.c +++ b/board/seeed/npi_imx6ull/spl.c @@ -4,7 +4,7 @@ * Author: Navin Sankar Velliangiri <navin@linumiz.com> */ -#include <common.h> +#include <config.h> #include <init.h> #include <spl.h> #include <asm/arch/clock.h> |