diff options
author | Lionel Xu <r63889@freescale.com> | 2009-07-31 15:14:01 +0800 |
---|---|---|
committer | Fred Fan <r01011@freescale.com> | 2009-09-10 17:08:10 +0800 |
commit | 9f649aed95b9b0f860236e9ff96ba0ddb091be91 (patch) | |
tree | 54f512a978e58291934ccbeb2530f7d3657d819c /Makefile | |
parent | ecbbc581c9f54a3512cd3f6ef42562b1cf047d35 (diff) | |
download | u-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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 \ |