Pull in a few more standard includes and drop the CPU banner line as
the common Blackfin code already handles this for us.

Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
---
 board/bf561-ezkit/bf561-ezkit.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/board/bf561-ezkit/bf561-ezkit.c b/board/bf561-ezkit/bf561-ezkit.c
index d504217..0358c45 100644
--- a/board/bf561-ezkit/bf561-ezkit.c
+++ b/board/bf561-ezkit/bf561-ezkit.c
@@ -2,7 +2,7 @@
  * U-boot - ezkit561.c
  *
  * Copyright (c) 2005 Bas Vermeulen <[EMAIL PROTECTED]>
- * Copyright (c) 2005-2007 Analog Devices Inc.
+ * Copyright (c) 2005-2008 Analog Devices Inc.
  *
  * (C) Copyright 2000-2004
  * Wolfgang Denk, DENX Software Engineering, [EMAIL PROTECTED]
@@ -27,13 +27,15 @@
  */
 
 #include <common.h>
+#include <config.h>
+#include <command.h>
+#include <asm/blackfin.h>
 #include <asm/io.h>
 
 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;
-- 
1.5.4.4


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to