summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/eb_cpu5282.h (renamed from include/configs/EB+MCF-EV123.h)10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/configs/EB+MCF-EV123.h b/include/configs/eb_cpu5282.h
index a3420f4..9ecc10b 100644
--- a/include/configs/EB+MCF-EV123.h
+++ b/include/configs/eb_cpu5282.h
@@ -1,5 +1,5 @@
/*
- * Configuation settings for the BuS EB+MCF-EV123 boards.
+ * Configuation settings for the BuS EB+CPU5283 boards (aka EB+MCF-EV123)
*
* (C) Copyright 2005-2009 BuS Elektronik GmbH & Co.KG <esw@bus-elektonik.de>
*
@@ -22,8 +22,8 @@
* MA 02111-1307 USA
*/
-#ifndef _CONFIG_EB_MCF_EV123_H_
-#define _CONFIG_EB_MCF_EV123_H_
+#ifndef _CONFIG_EB_CPU5282_H_
+#define _CONFIG_EB_CPU5282_H_
#undef CONFIG_SYS_HALT_BEFOR_RAM_JUMP
@@ -33,7 +33,6 @@
#define CONFIG_MCF52x2 /* define processor family */
#define CONFIG_M5282 /* define processor type */
-#define CONFIG_EB_MCF_EV123
#define CONFIG_MISC_INIT_R
@@ -90,7 +89,8 @@
#define CONFIG_BOOTDELAY 5
#define CONFIG_SYS_HUSH_PARSER
-#define CONFIG_SYS_PROMPT "\nEV123 U-Boot> "
+#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
+#define CONFIG_SYS_PROMPT "\nEB+CPU5282> "
#define CONFIG_SYS_LONGHELP 1
#if defined(CONFIG_CMD_KGDB)