summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2017-06-26 14:15:51 +0800
committerPeng Fan <peng.fan@nxp.com>2017-06-26 15:54:32 +0800
commiteebe02cab3aac09fb8ee427e2f8d602fef234deb (patch)
treec14ca96c4a89c46d283d7c21c98b19411bedf733 /configs
parent08de4c24baf20ee7cbb253cc75f64610c71c6efe (diff)
MLK-15142-15 imx8m: add EVK board support
Add i.MX8M EVK board support. The drivers are not switched to use driver model now. SPL is used to initialize DDR Controller and DDR PHY, then load u-boot.img from SD to DRAM. ATF and PHY FW bin are included. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/imx8mq_evk_defconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/imx8mq_evk_defconfig b/configs/imx8mq_evk_defconfig
new file mode 100644
index 0000000000..aa2873ecd1
--- /dev/null
+++ b/configs/imx8mq_evk_defconfig
@@ -0,0 +1,8 @@
+CONFIG_ARM=y
+CONFIG_ARCH_IMX8M=y
+CONFIG_SYS_MALLOC_F_LEN=0x2000
+CONFIG_TARGET_IMX8MQ_EVK=y
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg"
+CONFIG_SPL=y
+CONFIG_HUSH_PARSER=y
+CONFIG_OF_LIBFDT=y