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 /arch/arm | |
parent | 80e4bbfcd92d28dc806abc41190cd0ab324956b5 (diff) |
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 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 7812f21f36..c71849e9ed 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -267,6 +267,7 @@ config ARCH_OMAP2 bool select CPU_V7 select SUPPORT_SPL + imply FIT config ARM64_SUPPORT_AARCH32 bool "ARM64 system support AArch32 execution state" @@ -613,6 +614,7 @@ config ARCH_KEYSTONE select SUPPORT_SPL select SYS_THUMB_BUILD select CMD_POWEROFF + imply FIT config ARCH_MESON bool "Amlogic Meson" |