summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason Liu <r64343@freescale.com>2012-02-07 19:24:22 +0800
committerJason Liu <r64343@freescale.com>2012-02-07 20:11:43 +0800
commit9981c5c0e60324a46ce637b78892f96fad1e44d6 (patch)
tree24a324f6934151895a0ca4ef42a8dbd690aa702a /Makefile
parente1b4f625f14777b261e7f94e86a0527e61b303dd (diff)
downloadu-boot-imx-9981c5c0e60324a46ce637b78892f96fad1e44d6.zip
u-boot-imx-9981c5c0e60324a46ce637b78892f96fad1e44d6.tar.gz
u-boot-imx-9981c5c0e60324a46ce637b78892f96fad1e44d6.tar.bz2
ENGR00173966-4: ARM2: add initial support for i.mx6sdl
This patch add the initial support for i.mx6dl ARM2 board -SD/MMC basic -DDR 400Mhz, -FEC,basic Due to i.mx6dl shares the same board with i.mx6q on ARM2, the most common code should be the same as the i.mx6q ARM2 So, no need to create one seperate board file for i.mx6dl. But We can't simply resue anything from the board file since the i.mx6dl iomux is changed and thus we have to deal with the difference between i.mx6q and i.mx6dl for the pad setting part. Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index afbbd9a..b84e50b 100644
--- a/Makefile
+++ b/Makefile
@@ -3306,9 +3306,10 @@ mx53_evk_mfg_config \
mx53_evk_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx53_evk freescale mx53
-mx6q_arm2_config \
+mx6dl_arm2_config \
+mx6q_arm2_config \
mx6q_arm2_mfg_config \
-mx6q_arm2_lpddr2_config \
+mx6q_arm2_lpddr2_config \
mx6q_arm2_lpddr2pop_config \
mx6q_arm2_iram_config : unconfig
@[ -z "$(findstring iram_,$@)" ] || \