summaryrefslogtreecommitdiff
path: root/board
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 /board
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 'board')
-rw-r--r--board/freescale/mx23_evk/Makefile (renamed from board/stmp378x_dev/Makefile)2
-rw-r--r--board/freescale/mx23_evk/config.mk (renamed from board/stmp378x_dev/config.mk)0
-rw-r--r--board/freescale/mx23_evk/lowlevel_init.S (renamed from board/stmp378x_dev/lowlevel_init.S)2
-rw-r--r--board/freescale/mx23_evk/mx23_evk.c (renamed from board/stmp378x_dev/stmp378x_dev.c)8
-rw-r--r--board/freescale/mx23_evk/u-boot.lds (renamed from board/stmp378x_dev/u-boot.lds)0
5 files changed, 7 insertions, 5 deletions
diff --git a/board/stmp378x_dev/Makefile b/board/freescale/mx23_evk/Makefile
index 3c3eabd..010bbee 100644
--- a/board/stmp378x_dev/Makefile
+++ b/board/freescale/mx23_evk/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-COBJS := stmp378x_dev.o
+COBJS := mx23_evk.o
SOBJS := lowlevel_init.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
diff --git a/board/stmp378x_dev/config.mk b/board/freescale/mx23_evk/config.mk
index 7b57ec3..7b57ec3 100644
--- a/board/stmp378x_dev/config.mk
+++ b/board/freescale/mx23_evk/config.mk
diff --git a/board/stmp378x_dev/lowlevel_init.S b/board/freescale/mx23_evk/lowlevel_init.S
index e874e4f..7e7811a 100644
--- a/board/stmp378x_dev/lowlevel_init.S
+++ b/board/freescale/mx23_evk/lowlevel_init.S
@@ -1,6 +1,8 @@
/*
* Board specific setup info
*
+ * (C) Copyright 2009-2010 Freescale Semiconductor, Inc.
+ *
* (C) Copyright 2003, ARM Ltd.
* Philippe Robin, <philippe.robin@arm.com>
*
diff --git a/board/stmp378x_dev/stmp378x_dev.c b/board/freescale/mx23_evk/mx23_evk.c
index 95f5d5b..343c6d6 100644
--- a/board/stmp378x_dev/stmp378x_dev.c
+++ b/board/freescale/mx23_evk/mx23_evk.c
@@ -2,7 +2,7 @@
*
* (c) 2008 Embedded Alley Solutions, Inc.
*
- * (C) Copyright 2009 Freescale Semiconductor, Inc.
+ * (C) Copyright 2009-2010 Freescale Semiconductor, Inc.
*
* See file CREDITS for list of people who contributed to this
* project.
@@ -25,7 +25,7 @@
#include <common.h>
-#include <asm/arch/stmp378x.h>
+#include <asm/arch/mx23.h>
#include <asm/arch/clkctrl.h>
#include <asm/arch/pinmux.h>
#include <asm/arch/spi.h>
@@ -131,7 +131,7 @@ int dram_init(void)
int board_init(void)
{
/* arch number of Freescale STMP 378x development board */
- gd->bd->bi_arch_number = MACH_TYPE_STMP378X;
+ gd->bd->bi_arch_number = MACH_TYPE_MX23EVK;
/* adress of boot parameters */
gd->bd->bi_boot_params = LINUX_BOOT_PARAM_ADDR;
@@ -153,6 +153,6 @@ int misc_init_r(void)
int checkboard(void)
{
- printf("Board: STMP378x dev. \n");
+ printf("Board: MX23 EVK. \n");
return 0;
}
diff --git a/board/stmp378x_dev/u-boot.lds b/board/freescale/mx23_evk/u-boot.lds
index 82cb8e3..82cb8e3 100644
--- a/board/stmp378x_dev/u-boot.lds
+++ b/board/freescale/mx23_evk/u-boot.lds