]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/bf561-ezkit.h
Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
[people/ms/u-boot.git] / include / configs / bf561-ezkit.h
index 29662604f99266e7d2d5847501619ffd5da22ac8..c29555aeae680d8b34168994907a59279794e1ad 100644 (file)
@@ -5,6 +5,8 @@
 #ifndef __CONFIG_EZKIT561_H__
 #define __CONFIG_EZKIT561_H__
 
+#include <asm/blackfin-config-pre.h>
+
 #define CONFIG_VDSP            1
 #define CONFIG_BF561           1
 
@@ -18,6 +20,8 @@
 
 #define CONFIG_PANIC_HANG 1
 
+#define CONFIG_BFIN_CPU        bf561-0.3
+
 /*
 * Boot Mode Set
 * Blackfin can support several boot modes
  */
 #define CFG_BAUDRATE_TABLE     { 9600, 19200, 38400, 57600, 115200 }
 
-#define        CFG_PROMPT              "ezkit> "       /* Monitor Command Prompt */
+#define        CFG_PROMPT              "bfin> "        /* Monitor Command Prompt */
 
 #if defined(CONFIG_CMD_KGDB)
 #define        CFG_CBSIZE              1024            /* Console I/O Buffer Size */