From 6d9c499ea010283d67727fc5bb84d1e59798e9cc Mon Sep 17 00:00:00 2001 From: Eric Sun Date: Wed, 29 Feb 2012 12:20:41 +0800 Subject: 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 --- include/configs/mx6dl_arm2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/mx6dl_arm2.h') diff --git a/include/configs/mx6dl_arm2.h b/include/configs/mx6dl_arm2.h index eaa9a34..5c3ba3b 100644 --- a/include/configs/mx6dl_arm2.h +++ b/include/configs/mx6dl_arm2.h @@ -28,6 +28,7 @@ #define CONFIG_ARMV7 /* This is armv7 Cortex-A9 CPU core */ #define CONFIG_MXC #define CONFIG_MX6DL +#define CONFIG_MX6DL_DDR3 #define CONFIG_MX6Q_ARM2 #define CONFIG_DDR_32BIT /* For 32bit DDR, comment it out for 64bit */ #define CONFIG_FLASH_HEADER -- cgit v1.1