diff options
author | Terry Lv <r65388@freescale.com> | 2010-12-01 17:54:35 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2010-12-01 18:29:40 +0800 |
commit | d47b8248f35f034ce2491ccc9c96ffd7e45460c9 (patch) | |
tree | aa88c20feb29fb9f4c1f811df24a4ba445fd1c29 /include | |
parent | a3654e9f36d5b9615d9d4953f4e1f50422d04248 (diff) | |
download | u-boot-imx-d47b8248f35f034ce2491ccc9c96ffd7e45460c9.zip u-boot-imx-d47b8248f35f034ce2491ccc9c96ffd7e45460c9.tar.gz u-boot-imx-d47b8248f35f034ce2491ccc9c96ffd7e45460c9.tar.bz2 |
ENGR00133744: Merge mx50_arm2 to mx50_rdp
Merge mx50_arm2 to mx50_rdp.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx50_arm2_ddr2.h | 2 | ||||
-rw-r--r-- | include/configs/mx50_rdp.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/mx50_arm2_ddr2.h b/include/configs/mx50_arm2_ddr2.h index c4dff04..493673d 100644 --- a/include/configs/mx50_arm2_ddr2.h +++ b/include/configs/mx50_arm2_ddr2.h @@ -27,7 +27,7 @@ /* High Level Configuration Options */ #define CONFIG_MXC #define CONFIG_MX50 -#define CONFIG_MX50_ARM_EVK +#define CONFIG_MX50_ARM2 #define CONFIG_DDR2 #define CONFIG_FLASH_HEADER #define CONFIG_FLASH_HEADER_OFFSET 0x400 diff --git a/include/configs/mx50_rdp.h b/include/configs/mx50_rdp.h index bad6dd1..4317e27 100644 --- a/include/configs/mx50_rdp.h +++ b/include/configs/mx50_rdp.h @@ -28,6 +28,7 @@ #define CONFIG_MXC #define CONFIG_MX50 #define CONFIG_MX50_RDP +#define CONFIG_LPDDR2 #define CONFIG_FLASH_HEADER #define CONFIG_FLASH_HEADER_OFFSET 0x400 |