From: Gustavo Zacarias Date: Tue, 17 Mar 2015 22:44:19 +0000 (-0300) Subject: elf2flt: disable for blackfin X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3503386aad14e662bc101b7184973a59dab489bb;p=buildroot.git elf2flt: disable for blackfin Now that we don't support the internal blackfin toolchain any more it makes no sense to have this enabled. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/elf2flt/Config.in.host b/package/elf2flt/Config.in.host index 605ce20fd9..eb86b11854 100644 --- a/package/elf2flt/Config.in.host +++ b/package/elf2flt/Config.in.host @@ -1,6 +1,6 @@ config BR2_PACKAGE_HOST_ELF2FLT bool "Enable elf2flt support?" - depends on BR2_arm || BR2_bfin || BR2_sh || BR2_sparc + depends on BR2_arm || BR2_sh || BR2_sparc depends on !BR2_USE_MMU help uCLinux uses a Binary Flat format commonly known as BFLT. It