summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Sun <jian.sun@freescale.com>2012-02-29 12:20:41 +0800
committerEric Sun <jian.sun@freescale.com>2012-02-29 12:20:41 +0800
commit6d9c499ea010283d67727fc5bb84d1e59798e9cc (patch)
treebc01b78d4d5ff68d3b310ea037367f9e63b33f5d /Makefile
parent951586a9fb6d6f30106e70978500c564dd573f9d (diff)
downloadu-boot-imx-6d9c499ea010283d67727fc5bb84d1e59798e9cc.zip
u-boot-imx-6d9c499ea010283d67727fc5bb84d1e59798e9cc.tar.gz
u-boot-imx-6d9c499ea010283d67727fc5bb84d1e59798e9cc.tar.bz2
ENGR00175117 [MX6DL LPDDR2 Board] Apply Initializtion script and enable U-Boot
Apply script "Mx6DL_init_LPDDR2_400MHz_Micron_1.1.inc" in IVT, make U-boot work for the LPDDR2 Board. The Make target name for the new board is "MX6DL_ARM2_LPDDR2_CONFIG" The script is provided by Chen Wei - B26879 for a quick bring up, which don't have a corresponding compass link. It is uploaded to CR ticket page for reference. Originally for MX6DL DDR3 board, "CONFIG_MX6DL" is defined. It is used by "board/freescale/mx6q_arm2/flash_header.S" to select the correct IVT. Since MX6DL LPDDR2 board also define this macro, for distiguish purpose, another 2 macros "CONFIG_MX6DL_DDR3", "CONFIG_MX6DL_LDPPR2" are defined Signed-off-by: Eric Sun <jian.sun@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 191a799..5979948 100644
--- a/Makefile
+++ b/Makefile
@@ -3309,6 +3309,7 @@ mx53_evk_config : unconfig
mx6dl_arm2_config \
mx6dl_arm2_iram_config \
mx6dl_arm2_mfg_config \
+mx6dl_arm2_lpddr2_config \
mx6q_arm2_config \
mx6q_arm2_mfg_config \
mx6q_arm2_lpddr2_config \