diff options
author | Adam Ford | 2018-12-28 10:24:15 -0600 |
---|---|---|
committer | Stefano Babic | 2019-01-28 21:11:14 +0100 |
commit | 6d69e535116ba9d6d3b8e4dc57cf3543301b59df (patch) | |
tree | 283a20482a4a1e9b62d5722909ac10e5f34c7605 /configs | |
parent | 13baee30d38ba8fe63a995ed9ded29933fc346ea (diff) |
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')
-rw-r--r-- | configs/imx6q_logic_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/imx6q_logic_defconfig b/configs/imx6q_logic_defconfig index b5b6d011b9d..ec5b96c02f9 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 |