diff options
Diffstat (limited to 'board/cm-bf561')
-rw-r--r-- | board/cm-bf561/Kconfig | 9 | ||||
-rw-r--r-- | board/cm-bf561/MAINTAINERS | 6 | ||||
-rw-r--r-- | board/cm-bf561/Makefile | 12 | ||||
-rw-r--r-- | board/cm-bf561/cm-bf561.c | 26 | ||||
-rw-r--r-- | board/cm-bf561/config.mk | 11 |
5 files changed, 0 insertions, 64 deletions
diff --git a/board/cm-bf561/Kconfig b/board/cm-bf561/Kconfig deleted file mode 100644 index 8b302a5c8f..0000000000 --- a/board/cm-bf561/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -if TARGET_CM_BF561 - -config SYS_BOARD - default "cm-bf561" - -config SYS_CONFIG_NAME - default "cm-bf561" - -endif diff --git a/board/cm-bf561/MAINTAINERS b/board/cm-bf561/MAINTAINERS deleted file mode 100644 index 9c86c8d39a..0000000000 --- a/board/cm-bf561/MAINTAINERS +++ /dev/null @@ -1,6 +0,0 @@ -CM-BF561 BOARD -#M: Bluetechnix Tinyboards <bluetechnix@blackfin.uclinux.org> -S: Orphan (since 2014-03) -F: board/cm-bf561/ -F: include/configs/cm-bf561.h -F: configs/cm-bf561_defconfig diff --git a/board/cm-bf561/Makefile b/board/cm-bf561/Makefile deleted file mode 100644 index e0f0c34095..0000000000 --- a/board/cm-bf561/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# -# U-Boot - Makefile -# -# Copyright (c) 2005-2008 Analog Device Inc. -# -# (C) Copyright 2000-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y := cm-bf561.o diff --git a/board/cm-bf561/cm-bf561.c b/board/cm-bf561/cm-bf561.c deleted file mode 100644 index 99b7eb2612..0000000000 --- a/board/cm-bf561/cm-bf561.c +++ /dev/null @@ -1,26 +0,0 @@ -/* - * U-Boot - main board file - * - * Copyright (c) 2005-2008 Analog Devices Inc. - * - * Licensed under the GPL-2 or later. - */ - -#include <common.h> -#include <netdev.h> - -DECLARE_GLOBAL_DATA_PTR; - -int checkboard(void) -{ - printf("Board: Bluetechnix CM-BF561 core module\n"); - printf(" Support: http://www.bluetechnix.at/\n"); - return 0; -} - -#ifdef CONFIG_SMC911X -int board_eth_init(bd_t *bis) -{ - return smc911x_initialize(0, CONFIG_SMC911X_BASE); -} -#endif diff --git a/board/cm-bf561/config.mk b/board/cm-bf561/config.mk deleted file mode 100644 index 854d7dbb86..0000000000 --- a/board/cm-bf561/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 |