summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-08-10 18:20:31 +0800
committerYe Li <ye.li@nxp.com>2016-08-12 09:51:19 +0800
commita72491e3070cc8d824c436c53d4312b44fa9f0b3 (patch)
treec7bdfa497afae7d04525a4b8f4ea1ca8376a724d /configs
parentbcdbe240bb2a97d38ba30dd244a51ece87662b06 (diff)
downloadu-boot-imx-a72491e3070cc8d824c436c53d4312b44fa9f0b3.zip
u-boot-imx-a72491e3070cc8d824c436c53d4312b44fa9f0b3.tar.gz
u-boot-imx-a72491e3070cc8d824c436c53d4312b44fa9f0b3.tar.bz2
MLK-13070 imx: mx6ullevk: Add 9x9 EVK support
Add two build configs for i.MX6ULL 9X9 EVK. And update lpddr2 script for the board to version 1.0. DDR script: IMX6ULL_9X9_LPDDR2_400MHz_16bit_V1.0.inc Changes: Initial version Test: Passed memtester overnight test on 1 board. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/mx6ull_9x9_evk_defconfig5
-rw-r--r--configs/mx6ull_9x9_evk_qspi1_defconfig5
2 files changed, 10 insertions, 0 deletions
diff --git a/configs/mx6ull_9x9_evk_defconfig b/configs/mx6ull_9x9_evk_defconfig
new file mode 100644
index 0000000..358d381
--- /dev/null
+++ b/configs/mx6ull_9x9_evk_defconfig
@@ -0,0 +1,5 @@
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ullevk/imximage_lpddr2.cfg"
+CONFIG_ARM=y
+CONFIG_ARCH_MX6=y
+CONFIG_TARGET_MX6ULL_9X9_EVK=y
+CONFIG_CMD_GPIO=y
diff --git a/configs/mx6ull_9x9_evk_qspi1_defconfig b/configs/mx6ull_9x9_evk_qspi1_defconfig
new file mode 100644
index 0000000..d2cd3d5
--- /dev/null
+++ b/configs/mx6ull_9x9_evk_qspi1_defconfig
@@ -0,0 +1,5 @@
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ullevk/imximage_lpddr2.cfg,SYS_BOOT_QSPI"
+CONFIG_ARM=y
+CONFIG_ARCH_MX6=y
+CONFIG_TARGET_MX6ULL_9X9_EVK=y
+CONFIG_CMD_GPIO=y