diff options
author | Terry Lv <r65388@freescale.com> | 2010-12-01 17:54:35 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2010-12-01 18:29:40 +0800 |
commit | d47b8248f35f034ce2491ccc9c96ffd7e45460c9 (patch) | |
tree | aa88c20feb29fb9f4c1f811df24a4ba445fd1c29 /Makefile | |
parent | a3654e9f36d5b9615d9d4953f4e1f50422d04248 (diff) | |
download | u-boot-imx-d47b8248f35f034ce2491ccc9c96ffd7e45460c9.zip u-boot-imx-d47b8248f35f034ce2491ccc9c96ffd7e45460c9.tar.gz u-boot-imx-d47b8248f35f034ce2491ccc9c96ffd7e45460c9.tar.bz2 |
ENGR00133744: Merge mx50_arm2 to mx50_rdp
Merge mx50_arm2 to mx50_rdp.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -3252,13 +3252,7 @@ mx50_arm2_lpddr2_config \ mx50_arm2_ddr2_config \ mx50_arm2_iram_config \ 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" ; \ - } - @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx50_arm2 freescale mx50 - +mx50_arm2_mfg_config \ mx50_rdp_iram_config \ mx50_rdp_mfg_config \ mx50_rdp_config : unconfig |