diff options
author | Ye Li <ye.li@nxp.com> | 2016-03-04 18:51:14 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 15:20:55 +0800 |
commit | 32ad8302436700af8e8ad7375552b05fb1c912b8 (patch) | |
tree | 152f854ecc89875dd155b7122ee71130a99a03d8 /board | |
parent | 72c35e80b86f7f75a52db45959793882bb730793 (diff) | |
download | u-boot-imx-32ad8302436700af8e8ad7375552b05fb1c912b8.zip u-boot-imx-32ad8302436700af8e8ad7375552b05fb1c912b8.tar.gz u-boot-imx-32ad8302436700af8e8ad7375552b05fb1c912b8.tar.bz2 |
MLK-12493-2 mx6ulevk: Use CONFIG_TARGET_MX6UL_9X9_EVK for 9x9 LPDDR2 script
Change to use CONFIG_TARGET_MX6UL_9X9_EVK for selecting DDR script.
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/mx6ul_14x14_evk/plugin.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx6ul_14x14_evk/plugin.S b/board/freescale/mx6ul_14x14_evk/plugin.S index 1f2da24..e2ae9bb 100644 --- a/board/freescale/mx6ul_14x14_evk/plugin.S +++ b/board/freescale/mx6ul_14x14_evk/plugin.S @@ -351,7 +351,7 @@ .endm .macro imx6_ddr_setting -#if defined (CONFIG_MX6UL_9X9_LPDDR2) +#if defined (CONFIG_TARGET_MX6UL_9X9_EVK) imx6ul_lpddr2_evk_setting #elif defined(CONFIG_DDR3L_MT41K256M16HA) imx6ul_ddr3_eol_evk_setting |