summaryrefslogtreecommitdiff
path: root/configs/mx6dlsabresd_plugin_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-02-24 15:24:20 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:38 +0800
commitdb5e443ad7dcb76cb03cea79e1072c558e1daa1d (patch)
tree214140d5bf679bb36ccb6efe36ef8b417375c497 /configs/mx6dlsabresd_plugin_defconfig
parent4818df5d5c9056fcfd507d201e826cac773543a5 (diff)
downloadu-boot-imx-db5e443ad7dcb76cb03cea79e1072c558e1daa1d.zip
u-boot-imx-db5e443ad7dcb76cb03cea79e1072c558e1daa1d.tar.gz
u-boot-imx-db5e443ad7dcb76cb03cea79e1072c558e1daa1d.tar.bz2
MLK-14250-4 mx6dq/dl/dqp: Add plugin boot support for sabre boards
Add plugin.S for plugin boot initialization on mx6dq/dl/dqp sabresd and sabreauto boards. Need to set "CONFIG_USE_IMXIMG_PLUGIN" for this feature. Add the configurations for the plugin enabled buiding. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs/mx6dlsabresd_plugin_defconfig')
-rw-r--r--configs/mx6dlsabresd_plugin_defconfig45
1 files changed, 45 insertions, 0 deletions
diff --git a/configs/mx6dlsabresd_plugin_defconfig b/configs/mx6dlsabresd_plugin_defconfig
new file mode 100644
index 0000000..8329919
--- /dev/null
+++ b/configs/mx6dlsabresd_plugin_defconfig
@@ -0,0 +1,45 @@
+CONFIG_ARM=y
+CONFIG_ARCH_MX6=y
+CONFIG_TARGET_MX6SABRESD=y
+CONFIG_VIDEO=y
+CONFIG_USE_IMXIMG_PLUGIN=y
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6dlsabresd.cfg,MX6DL"
+CONFIG_BOOTDELAY=3
+# CONFIG_CONSOLE_MUX is not set
+CONFIG_SYS_CONSOLE_IS_IN_ENV=y
+CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=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_SF=y
+CONFIG_CMD_I2C=y
+CONFIG_CMD_USB=y
+CONFIG_CMD_DFU=y
+CONFIG_CMD_USB_MASS_STORAGE=y
+CONFIG_CMD_GPIO=y
+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_DFU_MMC=y
+CONFIG_DFU_SF=y
+CONFIG_SPI_FLASH=y
+CONFIG_SPI_FLASH_STMICRO=y
+CONFIG_PCI=y
+CONFIG_USB=y
+CONFIG_USB_STORAGE=y
+CONFIG_USB_GADGET=y
+CONFIG_CI_UDC=y
+CONFIG_USB_GADGET_DOWNLOAD=y
+CONFIG_G_DNL_MANUFACTURER="FSL"
+CONFIG_G_DNL_VENDOR_NUM=0x0525
+CONFIG_G_DNL_PRODUCT_NUM=0xa4a5
+# CONFIG_VIDEO_SW_CURSOR is not set
+CONFIG_OF_LIBFDT=y