summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorJens Scharsig <js_at_ng@scharsoft.de>2012-05-02 00:57:08 +0000
committerWolfgang Denk <wd@denx.de>2012-08-09 23:07:32 +0200
commiteb0b43f264077fb7ff53b479dce76324a8aaa696 (patch)
tree3f0e7c4701c8307edbf0d1c7860b05cd6872d5ae /include/configs
parenta5aae0a1a9d289de7990ab2a684d7a1832b21be4 (diff)
rename EB+MCF-EV123 to its current marketing name EB+CPU5282
* rename board directory to eb_cpu5282 * rename EB+MCF-EV123_.*config to eb_cpu5282_.*config * add Maintainer for EB+CPU5282 board * rename prompt Signed-off-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
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 a3420f4579..9ecc10bd1b 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)