aboutsummaryrefslogtreecommitdiff
path: root/configs/imx6q_logic_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-12-28 10:24:15 -0600
committerStefano Babic <sbabic@denx.de>2019-01-28 21:11:14 +0100
commit6d69e535116ba9d6d3b8e4dc57cf3543301b59df (patch)
tree283a20482a4a1e9b62d5722909ac10e5f34c7605 /configs/imx6q_logic_defconfig
parent13baee30d38ba8fe63a995ed9ded29933fc346ea (diff)
downloadu-boot-6d69e535116ba9d6d3b8e4dc57cf3543301b59df.zip
u-boot-6d69e535116ba9d6d3b8e4dc57cf3543301b59df.tar.gz
u-boot-6d69e535116ba9d6d3b8e4dc57cf3543301b59df.tar.bz2
ARM: imx6q_logic: Enable Falcon Mode and fatwrite
This patch enables Falcon Mode by default and updates the README file to show instructions on how to run from the micro SD card or eMMC. This patch also enables fatwrite to help assist with writing the 'args' to the microSD card. Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/imx6q_logic_defconfig')
-rw-r--r--configs/imx6q_logic_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/imx6q_logic_defconfig b/configs/imx6q_logic_defconfig
index b5b6d01..ec5b96c 100644
--- a/configs/imx6q_logic_defconfig
+++ b/configs/imx6q_logic_defconfig
@@ -23,6 +23,7 @@ CONFIG_SPL_SEPARATE_BSS=y
CONFIG_SPL_DMA_SUPPORT=y
CONFIG_SPL_I2C_SUPPORT=y
CONFIG_SPL_NAND_SUPPORT=y
+CONFIG_SPL_OS_BOOT=y
CONFIG_SPL_PAYLOAD="u-boot.img"
CONFIG_SPL_USB_HOST_SUPPORT=y
CONFIG_SPL_USB_GADGET=y
@@ -78,3 +79,4 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0525
CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
CONFIG_CI_UDC=y
CONFIG_USB_GADGET_DOWNLOAD=y
+CONFIG_FAT_WRITE=y