summaryrefslogtreecommitdiff
path: root/board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-04-18 17:30:09 +0300
committerTom Rini <trini@konsulko.com>2017-04-18 17:30:09 +0300
commit54f302f1197a490c2c4e3564c698ecd090d5013b (patch)
tree286463659802ab30bc5bb791cde2f96686a9e1b1 /board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c
parente1bc64eec279e103feedff02f3a4b3c2e9f15240 (diff)
downloadu-boot-54f302f1197a490c2c4e3564c698ecd090d5013b.tar.xz
board: Remove orphan SPARC boards
Since 936478e797a8 SPARC as been removed as an architecture. Remove these now orphan boards. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c')
-rw-r--r--board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c b/board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c
deleted file mode 100644
index d86047a785..0000000000
--- a/board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * (C) Copyright 2007
- * Daniel Hellstrom, daniel@gaisler.com.
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-#include <common.h>
-#include <config.h>
-#include <asm/leon.h>
-
-int dram_init(void)
-{
- /* Does not set gd->ram_size here */
-
- return 0;
-}
-
-int checkboard(void)
-{
- puts("Board: GR-XC3S-1500\n");
- return 0;
-}
-
-int misc_init_r(void)
-{
- return 0;
-}