arch/arm: drop legacy dependency for floating point strategy
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 30 Nov 2016 21:12:07 +0000 (22:12 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 5 Dec 2016 22:07:09 +0000 (23:07 +0100)
commit743e6639123890f6cbcecdc8d4b935e82a548aca
tree1e8878cbc0d7d936c54f6ef11ab88e3ccba88fb2
parentc37189b35ed09fc1f51debd2e51aac2520a4a213
arch/arm: drop legacy dependency for floating point strategy

The floating point strategy currently depends on EABI || EABIHF. The
reason was that, wayback when we also supported OABI, we only exposed FP
for EABI or EABIHF, and hide it for OABI, which did not support FP.

It's been a while now that we do not support OABI, but the dependency
stuck all along.

Remove it as it is no longer needed, and is always true.

However, the choice is empty for AArch64, as we still have no entry for
their floating point strategy yet.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
arch/Config.in.arm