diff options
author | Terry Lv <r65388@freescale.com> | 2010-04-16 11:03:03 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2010-04-16 11:13:30 +0800 |
commit | 260584a4e6144d1e8a5477c4fb55a67dd4fa2ac3 (patch) | |
tree | eaaf014cf2b072962a472c3f8146f845e47063c7 /Makefile | |
parent | 31ca7ee9538c2845893c1f08086caefbce38e8e1 (diff) | |
download | u-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 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2938,9 +2938,6 @@ nhk8815_onenand_config: unconfig omap1510inn_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm925t omap1510inn -stmp378x_dev_config : unconfig - @$(MKCONFIG) $(@:_config=) arm arm926ejs stmp378x_dev NULL stmp378x - xtract_omap1610xxx = $(subst _cs0boot,,$(subst _cs3boot,,$(subst _cs_autoboot,,$(subst _config,,$1)))) omap1610inn_config \ @@ -3207,6 +3204,9 @@ apollon_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm1136 apollon NULL omap24xx @echo "CONFIG_ONENAND_U_BOOT = y" >> $(obj)include/config.mk +mx23_evk_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm926ejs mx23_evk freescale mx23 + mx25_3stack_mfg_config \ mx25_3stack_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm926ejs mx25_3stack freescale mx25 |