summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLionel Xu <r63889@freescale.com>2009-07-31 15:14:01 +0800
committerFred Fan <r01011@freescale.com>2009-09-10 17:08:10 +0800
commit9f649aed95b9b0f860236e9ff96ba0ddb091be91 (patch)
tree54f512a978e58291934ccbeb2530f7d3657d819c /Makefile
parentecbbc581c9f54a3512cd3f6ef42562b1cf047d35 (diff)
downloadu-boot-imx-9f649aed95b9b0f860236e9ff96ba0ddb091be91.zip
u-boot-imx-9f649aed95b9b0f860236e9ff96ba0ddb091be91.tar.gz
u-boot-imx-9f649aed95b9b0f860236e9ff96ba0ddb091be91.tar.bz2
ENGR00113941 MX233: Make UBOOT v2009.01 work on EVK board
Porting MX233 UBOOT from 1.3.3 to V2009.01. Clear old cfg macro, such as CFG_HZ. Change MAC address getting source from initial configuration to On-Chip OTP. Signed-off-by: Lionel Xu <r63889@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5eac5fb..56b447e 100644
--- a/Makefile
+++ b/Makefile
@@ -2938,6 +2938,9 @@ 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 \