diff options
author | Tom Rini | 2017-06-19 09:47:40 -0400 |
---|---|---|
committer | Tom Rini | 2017-06-19 09:47:40 -0400 |
commit | fb82fe385173fdf7b55e50e4f343ae37a41cdbaa (patch) | |
tree | a7cf3d2a4e0e1281504c9563a59b8e75d3726080 /configs/rut_defconfig | |
parent | eab76dfd5b6a1930351845bfdbb03cc742f69e98 (diff) |
configs: Resync defconfigs
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/rut_defconfig')
-rw-r--r-- | configs/rut_defconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configs/rut_defconfig b/configs/rut_defconfig index 8acc7cc0ecf..9edc4a500d0 100644 --- a/configs/rut_defconfig +++ b/configs/rut_defconfig @@ -14,8 +14,8 @@ CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y CONFIG_SPL_WATCHDOG_SUPPORT=y -CONFIG_SPL_FAT_SUPPORT=y CONFIG_VIDEO=y +CONFIG_SPL_FAT_SUPPORT=y CONFIG_DEFAULT_DEVICE_TREE="am335x-rut" CONFIG_BOOTDELAY=3 # CONFIG_CONSOLE_MUX is not set @@ -25,8 +25,6 @@ CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_ARCH_EARLY_INIT_R=y CONFIG_ARCH_MISC_INIT=y CONFIG_SPL=y -CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y -CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x300 CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_YMODEM_SUPPORT=y CONFIG_HUSH_PARSER=y |