summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXinyu Chen <xinyu.chen@freescale.com>2011-07-25 14:26:27 +0800
committerXinyu Chen <xinyu.chen@freescale.com>2011-07-27 10:21:01 +0800
commitb6dadf2aabf4ef56acff03a3df269cb3c9b4147f (patch)
tree0958ecc40c0724b2274a9ef3516907c04d7cf17f /Makefile
parent25f925214af7a5abe9808e273365a87bc8474fc5 (diff)
ENGR00153526 mx53 pcba: add pcba board revB support in uboot
Add new machine type for pcba. Add UART, I2C, SD/MMC, PMIC, DDR initial support. Add MFG tool support. Add support for MC34708 on revB pcba board. Update VDDGP setting on MC34708 PMIC for revB board. Close unused clock, for fastboot it will enable usb_phy usb_oh3 clock by itself, still need to verify this work or not when revB bootup. Signed-off-by: Wayne Zou <b36644@freescale.com> Signed-off-by: Lily Zhang <r58066@freescale.com> Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7e8f5437b8..5e82741a73 100644
--- a/Makefile
+++ b/Makefile
@@ -3280,6 +3280,10 @@ mx51_3stack_android_config \
mx51_3stack_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx51_3stack freescale mx51
+mx53_pcba_android_mfg_config \
+mx53_pcba_android_config :unconfig
+ $(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx53_pcba freescale mx53
+
mx53_smd_mfg_config \
mx53_smd_android_config \
mx53_smd_config :unconfig