aboutsummaryrefslogtreecommitdiff
path: root/board/samsung/axy17lte/axy17lte.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/samsung/axy17lte/axy17lte.c')
-rw-r--r--board/samsung/axy17lte/axy17lte.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/board/samsung/axy17lte/axy17lte.c b/board/samsung/axy17lte/axy17lte.c
deleted file mode 100644
index c38297a..0000000
--- a/board/samsung/axy17lte/axy17lte.c
+++ /dev/null
@@ -1,11 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0+
-/*
- * Samsung A5Y17 and A3Y17 LTE boards based on Exynos 7880 and Exynos 7870 SoCs
- */
-
-#include <common.h>
-
-int exynos_init(void)
-{
- return 0;
-}