diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:41:24 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:07:49 -0600 |
commit | 1fb701bd1baefec1c46c360b9e60227fe450a3b1 (patch) | |
tree | 581806d47346bb634f60ae37c026b7e03dda4749 | |
parent | cebd6c2e78529d52f37db837ba7ac4eae21fe8c4 (diff) | |
download | u-boot-1fb701bd1baefec1c46c360b9e60227fe450a3b1.tar.gz u-boot-1fb701bd1baefec1c46c360b9e60227fe450a3b1.tar.bz2 u-boot-1fb701bd1baefec1c46c360b9e60227fe450a3b1.zip |
board: chipspark: 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>
-rw-r--r-- | board/chipspark/popmetal_rk3288/popmetal-rk3288.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/chipspark/popmetal_rk3288/popmetal-rk3288.c b/board/chipspark/popmetal_rk3288/popmetal-rk3288.c index e6909b3b1c..dd7551170d 100644 --- a/board/chipspark/popmetal_rk3288/popmetal-rk3288.c +++ b/board/chipspark/popmetal_rk3288/popmetal-rk3288.c @@ -3,7 +3,6 @@ * (C) Copyright 2016 Rockchip Electronics Co., Ltd */ -#include <common.h> #include <init.h> #include <asm/gpio.h> |