summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTerry Lv <r65388@freescale.com>2010-04-16 11:03:03 +0800
committerTerry Lv <r65388@freescale.com>2010-04-16 11:13:30 +0800
commit260584a4e6144d1e8a5477c4fb55a67dd4fa2ac3 (patch)
treeeaaf014cf2b072962a472c3f8146f845e47063c7 /include/configs
parent31ca7ee9538c2845893c1f08086caefbce38e8e1 (diff)
downloadu-boot-imx-260584a4e6144d1e8a5477c4fb55a67dd4fa2ac3.zip
u-boot-imx-260584a4e6144d1e8a5477c4fb55a67dd4fa2ac3.tar.gz
u-boot-imx-260584a4e6144d1e8a5477c4fb55a67dd4fa2ac3.tar.bz2
ENGR00122342: missing mx23 evk machine ID setting
Change stmp378x to mx23evk in u-boot. Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx23_evk.h (renamed from include/configs/stmp378x_dev.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/stmp378x_dev.h b/include/configs/mx23_evk.h
index 26a5f3b..1600128 100644
--- a/include/configs/stmp378x_dev.h
+++ b/include/configs/mx23_evk.h
@@ -51,8 +51,8 @@
/* SoC Configuration */
/*===================*/
#define CONFIG_ARM926EJS /* arm926ejs CPU core */
-#define CONFIG_STMP378X /* STMP378x SoC */
-#define CONFIG_STMP378X_DEV /* STMP378x Development board */
+#define CONFIG_MX23 /* MX23 SoC */
+#define CONFIG_MX23_EVK /* MX23 EVK board */
#define CONFIG_SYS_CLK_FREQ 120000000 /* Arm Clock frequency */
#define CONFIG_USE_TIMER0 /* use timer 0 */
#define CONFIG_SYS_HZ 1000 /* Ticks per second */
@@ -101,7 +101,7 @@
#define CONFIG_SERVERIP 192.167.10.1
#define CONFIG_BOOTDELAY 2
#define CONFIG_BOOTFILE "uImage" /* Boot file name */
-#define CONFIG_SYS_PROMPT "stmp378x U-Boot > "
+#define CONFIG_SYS_PROMPT "MX23 U-Boot > "
/* Monitor Command Prompt */
#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)