diff options
author | Jason <r64343@freescale.com> | 2010-04-01 11:14:40 +0800 |
---|---|---|
committer | Jason <r64343@freescale.com> | 2010-04-01 14:30:54 +0800 |
commit | c3dfebadafa09e722f5e0872691f9473f560e9de (patch) | |
tree | bab0bf3d1ffbbb0d24eb6d8749e62fd43ff9e31e /Makefile | |
parent | bb6b4618780f14a32b1d54cdb4893be9acf8e5f9 (diff) | |
download | u-boot-imx-c3dfebadafa09e722f5e0872691f9473f560e9de.zip u-boot-imx-c3dfebadafa09e722f5e0872691f9473f560e9de.tar.gz u-boot-imx-c3dfebadafa09e722f5e0872691f9473f560e9de.tar.bz2 |
ENGR00122203 UBOOT: Add MX53 ARM2 board support
Both EVK and ARM2 board using the same machine id.
Currently, use system_rev to diff ARM2 board. DDR freq
for ARM2 has been set to 400M, but 300M on EVK.
Signed-off-by:Jason Liu <r64343@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3255,6 +3255,7 @@ mx51_3stack_android_config \ mx51_3stack_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx51_3stack freescale mx51 +mx53_arm2_config \ mx53_evk_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx53_evk freescale mx53 |