diff options
author | Andrew F. Davis <afd@ti.com> | 2017-04-21 10:01:28 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-27 16:49:06 -0400 |
commit | 46f9ef18461609064a1ffbc3f61dc027ec76b3ff (patch) | |
tree | b78d19f5fac5a8b46296b6d932e59b01a42c5664 /configs/rut_defconfig | |
parent | 80e4bbfcd92d28dc806abc41190cd0ab324956b5 (diff) | |
download | u-boot-46f9ef18461609064a1ffbc3f61dc027ec76b3ff.tar.gz u-boot-46f9ef18461609064a1ffbc3f61dc027ec76b3ff.tar.xz u-boot-46f9ef18461609064a1ffbc3f61dc027ec76b3ff.zip |
Kconfig: Enable FIT support by default for TI platforms
Almost all TI defconfigs enable this already, add this as a default
and remove the explicit assignment.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/rut_defconfig')
-rw-r--r-- | configs/rut_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/rut_defconfig b/configs/rut_defconfig index 9a690dc29d..b37c7f4650 100644 --- a/configs/rut_defconfig +++ b/configs/rut_defconfig @@ -14,7 +14,6 @@ CONFIG_SPL_WATCHDOG_SUPPORT=y CONFIG_SPL_FAT_SUPPORT=y CONFIG_VIDEO=y CONFIG_DEFAULT_DEVICE_TREE="am335x-rut" -CONFIG_FIT=y CONFIG_BOOTDELAY=3 # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_INFO_QUIET=y |