mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
Blackfin: bf561-ezkit: drop redundant code
Common Blackfin code already announces CPU information. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
e2eea98bff
commit
ae0910298f
1 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
|||
/*
|
||||
* U-boot - ezkit561.c
|
||||
* U-boot - main board file
|
||||
*
|
||||
* Copyright (c) 2005 Bas Vermeulen <bas@buyways.nl>
|
||||
* Copyright (c) 2005-2007 Analog Devices Inc.
|
||||
* Copyright (c) 2005-2008 Analog Devices Inc.
|
||||
*
|
||||
* (C) Copyright 2000-2004
|
||||
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||
|
@ -33,7 +32,6 @@ DECLARE_GLOBAL_DATA_PTR;
|
|||
|
||||
int checkboard(void)
|
||||
{
|
||||
printf("CPU: ADSP BF561\n");
|
||||
printf("Board: ADI BF561 EZ-Kit Lite board\n");
|
||||
printf(" Support: http://blackfin.uclinux.org/\n");
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue