summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXinyu Chen <xinyu.chen@freescale.com>2011-07-25 14:26:27 +0800
committerJustin Waters <justin.waters@timesys.com>2012-09-05 14:57:48 -0400
commit2b3ec3f965c68c42aea5e721c8abeab48966847e (patch)
tree0958ecc40c0724b2274a9ef3516907c04d7cf17f /Makefile
parent79ecd6122b445458d18297f54740b50f61fb116d (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 7e8f5437b84..5e82741a738 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