From 9f649aed95b9b0f860236e9ff96ba0ddb091be91 Mon Sep 17 00:00:00 2001 From: Lionel Xu Date: Fri, 31 Jul 2009 15:14:01 +0800 Subject: 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 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 \ -- cgit v1.1