diff options
author | Jason <r64343@freescale.com> | 2010-03-17 16:41:56 +0800 |
---|---|---|
committer | Jason <r64343@freescale.com> | 2010-03-17 18:13:37 +0800 |
commit | 762d994929deb79569986bda8e4d7b56e06d14f0 (patch) | |
tree | f853eb6f029a9ab6683415863fbe85b4799d71cc /Makefile | |
parent | 029aff138902466bdfc1e62c761e89f8d37e83ea (diff) | |
download | u-boot-imx-762d994929deb79569986bda8e4d7b56e06d14f0.zip u-boot-imx-762d994929deb79569986bda8e4d7b56e06d14f0.tar.gz u-boot-imx-762d994929deb79569986bda8e4d7b56e06d14f0.tar.bz2 |
ENGR00121202 Add uboot support for MX53
Add uboot support for MX53
Signed-off-by:Jason Liu <r64343@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3254,6 +3254,9 @@ mx51_3stack_android_config \ mx51_3stack_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx51_3stack freescale mx51 +mx53_evk_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx53_evk freescale mx53 + omap2420h4_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4 NULL omap24xx |