]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
elf2flt: disable for blackfin
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 17 Mar 2015 22:44:19 +0000 (19:44 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 20 Mar 2015 21:12:53 +0000 (22:12 +0100)
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 <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/elf2flt/Config.in.host

index 605ce20fd9ae35bfd27c15d43227803b0a957cd3..eb86b118548fd502be9888019afb268fde02179c 100644 (file)
@@ -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