]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: rmobile: Reduce R-Car V3H Condor header usage
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 31 May 2023 18:15:47 +0000 (20:15 +0200)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 8 Jun 2023 20:26:51 +0000 (22:26 +0200)
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>
board/renesas/condor/condor.c

index fdb95ac1a597e104b164749557eca3d93d2f9d57..e29c67b509465b673922ca6879682b31eeb97324 100644 (file)
@@ -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)
 {