diff options
author | Peter Chen <peter.chen@freescale.com> | 2010-07-27 15:01:10 +0800 |
---|---|---|
committer | Peter Chen <peter.chen@freescale.com> | 2010-07-27 16:19:54 +0800 |
commit | 1c93b155346d863cec674e92c82eb5e1a590779a (patch) | |
tree | 182a72093d4b2accccdc949d8e2e612dacfb65a7 /Makefile | |
parent | 7bcdea937a3d48ca39a57ba3ba1d3eed91ec5abf (diff) | |
download | u-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" ; \ |