aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2023-05-31 20:15:47 +0200
committerMarek Vasut <marek.vasut+renesas@mailbox.org>2023-06-08 22:26:51 +0200
commitad1616f0e8762f6ca017e69af15be1ce42bdf62f (patch)
tree3a387025eb8d0840be85f2fd8433122fcdbe5aeb
parent5b90b22407e3620fc8c4cb2019ed2d073178f6f7 (diff)
downloadu-boot-ad1616f0e8762f6ca017e69af15be1ce42bdf62f.zip
u-boot-ad1616f0e8762f6ca017e69af15be1ce42bdf62f.tar.gz
u-boot-ad1616f0e8762f6ca017e69af15be1ce42bdf62f.tar.bz2
ARM: rmobile: Reduce R-Car V3H Condor header usage
There is no need to pull in all those headers as the board file is basically empty. Drop them all. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
-rw-r--r--board/renesas/condor/condor.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/board/renesas/condor/condor.c b/board/renesas/condor/condor.c
index fdb95ac..e29c67b 100644
--- a/board/renesas/condor/condor.c
+++ b/board/renesas/condor/condor.c
@@ -7,17 +7,6 @@
*/
#include <common.h>
-#include <cpu_func.h>
-#include <hang.h>
-#include <init.h>
-#include <asm/global_data.h>
-#include <asm/processor.h>
-#include <asm/mach-types.h>
-#include <asm/io.h>
-#include <linux/errno.h>
-#include <asm/arch/sys_proto.h>
-
-DECLARE_GLOBAL_DATA_PTR;
int board_init(void)
{