From 3503386aad14e662bc101b7184973a59dab489bb Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Tue, 17 Mar 2015 19:44:19 -0300 Subject: [PATCH] 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 --- package/elf2flt/Config.in.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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