toolchain/binutils: completely remove 2.28 support

Commit 15e9639159 removed support for
binutils version 2.28 but did not remove it as selectable item
from Binutils Version; let's remove this leftover as well.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
This commit is contained in:
Hans Dedecker 2018-04-26 10:33:31 +02:00
parent 6cd41b419c
commit ddb70e7298
1 changed files with 0 additions and 5 deletions

View File

@ -12,11 +12,6 @@ choice
bool "Binutils 2.27"
select BINUTILS_VERSION_2_27
config BINUTILS_USE_VERSION_2_28
depends on !arc
bool "Binutils 2.28"
select BINUTILS_VERSION_2_28
config BINUTILS_USE_VERSION_2_29_ARC
depends on arc
bool "ARC binutils 2.29"