diff options
Diffstat (limited to 'board/bf561-ezkit')
-rw-r--r-- | board/bf561-ezkit/Kconfig | 9 | ||||
-rw-r--r-- | board/bf561-ezkit/MAINTAINERS | 6 | ||||
-rw-r--r-- | board/bf561-ezkit/Makefile | 12 | ||||
-rw-r--r-- | board/bf561-ezkit/bf561-ezkit.c | 30 | ||||
-rw-r--r-- | board/bf561-ezkit/config.mk | 11 |
5 files changed, 0 insertions, 68 deletions
diff --git a/board/bf561-ezkit/Kconfig b/board/bf561-ezkit/Kconfig deleted file mode 100644 index 495a5c51eb..0000000000 --- a/board/bf561-ezkit/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -if TARGET_BF561_EZKIT - -config SYS_BOARD - default "bf561-ezkit" - -config SYS_CONFIG_NAME - default "bf561-ezkit" - -endif diff --git a/board/bf561-ezkit/MAINTAINERS b/board/bf561-ezkit/MAINTAINERS deleted file mode 100644 index 5ced3bb7d6..0000000000 --- a/board/bf561-ezkit/MAINTAINERS +++ /dev/null @@ -1,6 +0,0 @@ -BF561-EZKIT BOARD -M: Sonic Zhang <sonic.adi@gmail.com> -S: Maintained -F: board/bf561-ezkit/ -F: include/configs/bf561-ezkit.h -F: configs/bf561-ezkit_defconfig diff --git a/board/bf561-ezkit/Makefile b/board/bf561-ezkit/Makefile deleted file mode 100644 index 3d534d2486..0000000000 --- a/board/bf561-ezkit/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# -# U-Boot - Makefile -# -# Copyright (c) 2005-2007 Analog Device Inc. -# -# (C) Copyright 2000-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y := bf561-ezkit.o diff --git a/board/bf561-ezkit/bf561-ezkit.c b/board/bf561-ezkit/bf561-ezkit.c deleted file mode 100644 index 534c39ca89..0000000000 --- a/board/bf561-ezkit/bf561-ezkit.c +++ /dev/null @@ -1,30 +0,0 @@ -/* - * U-Boot - main board file - * - * Copyright (c) 2005-2008 Analog Devices Inc. - * - * (C) Copyright 2000-2004 - * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -#include <common.h> -#include <netdev.h> -#include <asm/io.h> - -DECLARE_GLOBAL_DATA_PTR; - -int checkboard(void) -{ - printf("Board: ADI BF561 EZ-Kit Lite board\n"); - printf(" Support: http://blackfin.uclinux.org/\n"); - return 0; -} - -#ifdef CONFIG_SMC91111 -int board_eth_init(bd_t *bis) -{ - return smc91111_initialize(0, CONFIG_SMC91111_BASE); -} -#endif diff --git a/board/bf561-ezkit/config.mk b/board/bf561-ezkit/config.mk deleted file mode 100644 index 854d7dbb86..0000000000 --- a/board/bf561-ezkit/config.mk +++ /dev/null @@ -1,11 +0,0 @@ -# -# Copyright (c) 2005-2008 Analog Device Inc. -# -# (C) Copyright 2001 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -# Set some default LDR flags based on boot mode. -LDR_FLAGS-BFIN_BOOT_PARA := --bits 16 |