X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=Kconfig;h=1cf990dfce3368a45ac24a73bee7397c3e641676;hb=52ef3b55ff98d624f238cc3d845d7d46ae6f815e;hp=81b4226463ae0635c87b87ad0e946fd307e250e3;hpb=e1a71f8b339220fa74c9cd5d36ae9c444c492e83;p=u-boot diff --git a/Kconfig b/Kconfig index 81b4226463..1cf990dfce 100644 --- a/Kconfig +++ b/Kconfig @@ -144,6 +144,7 @@ menu "Boot images" config FIT bool "Support Flattened Image Tree" + select MD5 help This option allows you to boot the new uImage structure, Flattened Image Tree. FIT is formally a FDT, which can include @@ -283,9 +284,9 @@ config SYS_EXTRA_OPTIONS new boards should not use this option. config SYS_TEXT_BASE - depends on SPARC || ARC || X86 || ARCH_UNIPHIER || ARCH_ZYNQMP || \ + depends on ARC || X86 || ARCH_UNIPHIER || ARCH_ZYNQMP || \ (M68K && !TARGET_ASTRO_MCF5373L) || MICROBLAZE || MIPS || \ - ARCH_ZYNQ + ARCH_ZYNQ || ARCH_KEYSTONE depends on !EFI_APP hex "Text Base" help