Since 936478e797a8 SPARC as been removed as an architecture. Remove these now orphan boards. Signed-off-by: Tom Rini <trini@konsulko.com>
@@ -1,9 +0,0 @@
-if TARGET_GR_CPCI_AX2000
-
-config SYS_BOARD
- default "gr_cpci_ax2000"
-config SYS_CONFIG_NAME
-endif
@@ -1,6 +0,0 @@
-GR_CPCI_AX2000 BOARD
-#M: -
-S: Maintained
-F: board/gaisler/gr_cpci_ax2000/
-F: include/configs/gr_cpci_ax2000.h
-F: configs/gr_cpci_ax2000_defconfig
@@ -1,8 +0,0 @@
-#
-# (C) Copyright 2003-2006
-# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-# SPDX-License-Identifier: GPL-2.0+
-obj-y := gr_cpci_ax2000.o
@@ -1,40 +0,0 @@
-/*
- * (C) Copyright 2008
- * Daniel Hellstrom, daniel@gaisler.com.
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-#include <common.h>
-#include <netdev.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-CPCI-AX2000\n");
-int misc_init_r(void)
-#ifdef CONFIG_CMD_NET
-int board_eth_init(bd_t *bis)
- int rc = 0;
-#ifdef CONFIG_SMC91111
- rc = smc91111_initialize(0, CONFIG_SMC91111_BASE);
-#endif
- return rc;
-if TARGET_GR_EP2S60
- default "gr_ep2s60"
-GR_EP2S60 BOARD
-F: board/gaisler/gr_ep2s60/
-F: include/configs/gr_ep2s60.h
-F: configs/gr_ep2s60_defconfig
-obj-y := gr_ep2s60.o
- puts("Board: EP2S60 GRLIB\n");
-if TARGET_GR_XC3S_1500
- default "gr_xc3s_1500"
-GR_XC3S_1500 BOARD
-F: board/gaisler/gr_xc3s_1500/
-F: include/configs/gr_xc3s_1500.h
-F: configs/gr_xc3s_1500_defconfig
-obj-y := gr_xc3s_1500.o
@@ -1,28 +0,0 @@
- * (C) Copyright 2007
- puts("Board: GR-XC3S-1500\n");
-if TARGET_GRSIM
- default "grsim"
-GRSIM BOARD
-F: board/gaisler/grsim/
-F: include/configs/grsim.h
-F: configs/grsim_defconfig
-# (C) Copyright 2003-2004
-obj-y := grsim.o
@@ -1,29 +0,0 @@
- * GRSIM/TSIM board
- * Daniel Hellstrom, Gaisler Research, daniel@gaisler.com.
- puts("Board: GRSIM/TSIM\n");
-if TARGET_GRSIM_LEON2
- default "grsim_leon2"
-GRSIM_LEON2 BOARD
-F: board/gaisler/grsim_leon2/
-F: include/configs/grsim_leon2.h
-F: configs/grsim_leon2_defconfig
-obj-y := grsim_leon2.o
- puts("Board: GRSIM/TSIM LEON2\n");