summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2010-07-27 15:01:10 +0800
committerPeter Chen <peter.chen@freescale.com>2010-07-27 16:19:54 +0800
commit1c93b155346d863cec674e92c82eb5e1a590779a (patch)
tree182a72093d4b2accccdc949d8e2e612dacfb65a7 /Makefile
parent7bcdea937a3d48ca39a57ba3ba1d3eed91ec5abf (diff)
downloadu-boot-imx-1c93b155346d863cec674e92c82eb5e1a590779a.zip
u-boot-imx-1c93b155346d863cec674e92c82eb5e1a590779a.tar.gz
u-boot-imx-1c93b155346d863cec674e92c82eb5e1a590779a.tar.bz2
ENGR00125613 mfg-tool: Add mx50 mfg firmware support
Add mx50 mfg firmware support Signed-off-by: Peter Chen <peter.chen@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 61dbcb9..b4923bf 100644
--- a/Makefile
+++ b/Makefile
@@ -3249,7 +3249,8 @@ mx35_3stack_mmc_config: unconfig
mx50_arm2_lpddr2_config \
mx50_arm2_iram_config \
-mx50_arm2_config : unconfig
+mx50_arm2_config \
+mx50_arm2_mfg_config : unconfig
@[ -z "$(findstring iram_,$@)" ] || \
{ echo "TEXT_BASE = 0xF8008400" >$(obj)board/freescale/mx50_arm2/config.tmp ; \
echo "... with iram configuration" ; \