diff options
author | Lily Zhang <r58066@freescale.com> | 2011-01-10 21:15:49 +0800 |
---|---|---|
committer | Lily Zhang <r58066@freescale.com> | 2011-01-11 20:54:52 +0800 |
commit | 427e23348e954642cc3d8706e3ab85017c7d4665 (patch) | |
tree | 398ca418a7704bc28c5c0d445f7bfdc7f5145c08 /Makefile | |
parent | 9b1177585564a7fc63ea8a377fab7d15b1e43674 (diff) | |
download | u-boot-imx-427e23348e954642cc3d8706e3ab85017c7d4665.zip u-boot-imx-427e23348e954642cc3d8706e3ab85017c7d4665.tar.gz u-boot-imx-427e23348e954642cc3d8706e3ab85017c7d4665.tar.bz2 |
ENGR00137791 MX53: Update for MFG tool
- Add MFG tool support for MX53 SMD and MX53 LOCO
boards
- Update mx53 ARD MFG defconfig to pass compile
Signed-off-by: Lily Zhang <r58066@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3276,9 +3276,12 @@ mx51_3stack_android_config \ mx51_3stack_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx51_3stack freescale mx51 +mx53_smd_mfg_config \ mx53_smd_android_config \ mx53_smd_config :unconfig $(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx53_smd freescale mx53 + +mx53_loco_mfg_config \ mx53_loco_config :unconfig $(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx53_loco freescale mx53 |