diff options
author | Tom Rini <trini@konsulko.com> | 2017-10-30 12:58:33 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-30 12:58:33 -0400 |
commit | 73dd818cc426bc4d791204b771da4dfc25492c32 (patch) | |
tree | a84f956fd072bc9af86f0acf58487c8f2bb7168e /configs/cm_fx6_defconfig | |
parent | b79372ae94fbc9e30d014ad8ce830d2062539eb9 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/cm_fx6_defconfig')
-rw-r--r-- | configs/cm_fx6_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/cm_fx6_defconfig b/configs/cm_fx6_defconfig index dd539bce0f..e07d5b0e5a 100644 --- a/configs/cm_fx6_defconfig +++ b/configs/cm_fx6_defconfig @@ -9,7 +9,6 @@ CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y CONFIG_SPL_WATCHDOG_SUPPORT=y -CONFIG_VIDEO=y # CONFIG_CMD_BMODE is not set CONFIG_DEFAULT_DEVICE_TREE="imx6q-cm-fx6" CONFIG_AHCI=y @@ -69,4 +68,5 @@ CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y +CONFIG_VIDEO=y CONFIG_FDT_FIXUP_PARTITIONS=y |