diff options
author | Terry Lv <r65388@freescale.com> | 2009-08-17 15:20:54 +0800 |
---|---|---|
committer | Fred Fan <r01011@freescale.com> | 2009-09-10 17:08:10 +0800 |
commit | 935e15094d78db20b01d5026aaa3dacef541e338 (patch) | |
tree | 9c06cb5489b2f39976bbbba367c8a7ccf6d73393 /Makefile | |
parent | a12d700c34d0b83caa3adebc76957408b795cdca (diff) | |
download | u-boot-imx-935e15094d78db20b01d5026aaa3dacef541e338.zip u-boot-imx-935e15094d78db20b01d5026aaa3dacef541e338.tar.gz u-boot-imx-935e15094d78db20b01d5026aaa3dacef541e338.tar.bz2 |
ENGR00115046: Add new MMC config option for mx35.
Add new MMC config option for mx35.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3238,8 +3238,9 @@ mx31pdk_nand_config : unconfig Mx31_3stack_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm1136 mx31_3stack freescale mx31 -mx35_3stack_config : unconfig - @$(MKCONFIG) $(@:_config=) arm arm1136 mx35_3stack freescale mx35 +mx35_3stack_config \ +mx35_3stack_mmc_config: unconfig + @$(MKCONFIG) $(@:_config=) arm arm1136 mx35_3stack freescale mx35 imx51_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 imx51 freescale mx51 |