summaryrefslogtreecommitdiff
path: root/configs/mx6qarm2_lpddr2_plugin_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-02-24 16:06:24 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:38 +0800
commit22c734b8426c401892c08e3726b212a734529e15 (patch)
treeca1c1aa52b6504b90b09207fefbf01be3d22b045 /configs/mx6qarm2_lpddr2_plugin_defconfig
parent32c3b1ac49e465f0a16ab1b906a13b2654a4426e (diff)
downloadu-boot-imx-22c734b8426c401892c08e3726b212a734529e15.zip
u-boot-imx-22c734b8426c401892c08e3726b212a734529e15.tar.gz
u-boot-imx-22c734b8426c401892c08e3726b212a734529e15.tar.bz2
MLK-14250-6 mx6dq/dl: Add plugin boot support for arm2 boards
Add plugin.S for plugin boot initialization on mx6dq/dl arm2 board. Need to set "CONFIG_USE_IMXIMG_PLUGIN" for this feature. New build configurations are added for the plugin: mx6dlarm2_lpddr2_plugin_defconfig mx6dlarm2_plugin_defconfig mx6qarm2_lpddr2_plugin_defconfig configs/mx6qarm2_plugin_defconfig Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs/mx6qarm2_lpddr2_plugin_defconfig')
-rw-r--r--configs/mx6qarm2_lpddr2_plugin_defconfig27
1 files changed, 27 insertions, 0 deletions
diff --git a/configs/mx6qarm2_lpddr2_plugin_defconfig b/configs/mx6qarm2_lpddr2_plugin_defconfig
new file mode 100644
index 0000000..65c65e3
--- /dev/null
+++ b/configs/mx6qarm2_lpddr2_plugin_defconfig
@@ -0,0 +1,27 @@
+CONFIG_ARM=y
+CONFIG_ARCH_MX6=y
+CONFIG_TARGET_MX6QARM2=y
+CONFIG_USE_IMXIMG_PLUGIN=y
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6qarm2/imximage.cfg,MX6Q,MX6DQ_LPDDR2,DDR_MB=512"
+CONFIG_BOOTDELAY=3
+CONFIG_BOARD_EARLY_INIT_F=y
+CONFIG_HUSH_PARSER=y
+CONFIG_CMD_BOOTZ=y
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_FLASH is not set
+CONFIG_CMD_MMC=y
+CONFIG_CMD_USB=y
+CONFIG_CMD_GPIO=y
+# CONFIG_CMD_SETEXPR is not set
+CONFIG_CMD_DHCP=y
+CONFIG_CMD_MII=y
+CONFIG_CMD_PING=y
+CONFIG_CMD_CACHE=y
+CONFIG_CMD_EXT2=y
+CONFIG_CMD_EXT4=y
+CONFIG_CMD_EXT4_WRITE=y
+CONFIG_CMD_FAT=y
+CONFIG_CMD_FS_GENERIC=y
+CONFIG_USB=y
+CONFIG_USB_STORAGE=y
+CONFIG_OF_LIBFDT=y