From 260584a4e6144d1e8a5477c4fb55a67dd4fa2ac3 Mon Sep 17 00:00:00 2001 From: Terry Lv Date: Fri, 16 Apr 2010 11:03:03 +0800 Subject: ENGR00122342: missing mx23 evk machine ID setting Change stmp378x to mx23evk in u-boot. Signed-off-by: Terry Lv --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6424606..28edf97 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.1