summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/board_early_init_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-uniphier/board_early_init_r.c')
-rw-r--r--arch/arm/mach-uniphier/board_early_init_r.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/mach-uniphier/board_early_init_r.c b/arch/arm/mach-uniphier/board_early_init_r.c
deleted file mode 100644
index b26da3633f..0000000000
--- a/arch/arm/mach-uniphier/board_early_init_r.c
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Copyright (C) 2014-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-#include <common.h>
-
-#include "micro-support-card.h"
-
-int board_early_init_r(void)
-{
- support_card_late_init();
- return 0;
-}