summaryrefslogtreecommitdiff
path: root/configs/mx6ul_9x9_evk_plugin_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-02-23 23:15:10 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:38 +0800
commit32c3b1ac49e465f0a16ab1b906a13b2654a4426e (patch)
tree9a7b43a2711a0b2a66d84f8921b2d39107598280 /configs/mx6ul_9x9_evk_plugin_defconfig
parentdb5e443ad7dcb76cb03cea79e1072c558e1daa1d (diff)
downloadu-boot-imx-32c3b1ac49e465f0a16ab1b906a13b2654a4426e.zip
u-boot-imx-32c3b1ac49e465f0a16ab1b906a13b2654a4426e.tar.gz
u-boot-imx-32c3b1ac49e465f0a16ab1b906a13b2654a4426e.tar.bz2
MLK-14250-5 mx6ulevk: Add plugin boot support
Add plugin.S for plugin boot initialization. Need to set "CONFIG_USE_IMXIMG_PLUGIN" for this feature. Add build configurations for the plugin: mx6ul_14x14_evk_plugin_defconfig mx6ul_9x9_evk_plugin_defconfig Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs/mx6ul_9x9_evk_plugin_defconfig')
-rw-r--r--configs/mx6ul_9x9_evk_plugin_defconfig34
1 files changed, 34 insertions, 0 deletions
diff --git a/configs/mx6ul_9x9_evk_plugin_defconfig b/configs/mx6ul_9x9_evk_plugin_defconfig
new file mode 100644
index 0000000..0f4c626
--- /dev/null
+++ b/configs/mx6ul_9x9_evk_plugin_defconfig
@@ -0,0 +1,34 @@
+CONFIG_ARM=y
+CONFIG_ARCH_MX6=y
+CONFIG_TARGET_MX6UL_9X9_EVK=y
+CONFIG_VIDEO=y
+CONFIG_USE_IMXIMG_PLUGIN=y
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ul_14x14_evk/imximage_lpddr2.cfg"
+CONFIG_BOOTDELAY=3
+# CONFIG_CONSOLE_MUX is not set
+CONFIG_SYS_CONSOLE_IS_IN_ENV=y
+CONFIG_BOARD_EARLY_INIT_F=y
+CONFIG_HUSH_PARSER=y
+CONFIG_CMD_BOOTZ=y
+# CONFIG_CMD_IMLS is not set
+CONFIG_CMD_MEMTEST=y
+CONFIG_CMD_MMC=y
+CONFIG_CMD_SF=y
+CONFIG_CMD_I2C=y
+CONFIG_CMD_USB=y
+CONFIG_CMD_GPIO=y
+CONFIG_CMD_DHCP=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_SPI_FLASH=y
+CONFIG_SPI_FLASH_BAR=y
+CONFIG_SPI_FLASH_STMICRO=y
+CONFIG_FSL_QSPI=y
+CONFIG_USB=y
+CONFIG_USB_STORAGE=y
+CONFIG_OF_LIBFDT=y