boot/uboot: Remove obsolete CONFIG_NOSOFTFLOAT flag
authorJörg Krause <jkrause@posteo.de>
Sat, 10 Jan 2015 13:47:20 +0000 (14:47 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 10 Jan 2015 15:38:37 +0000 (16:38 +0100)
commit67813024444c03f300a8df2148cb5b902c44d223
tree8f23a494b0632a807b7e861fb59936faed46fd14
parent8c9a66cba3758b588af631856d665049254b721f
boot/uboot: Remove obsolete CONFIG_NOSOFTFLOAT flag

This flag seems to be obsolete. There is no piece of code in the U-Boot source
tree referencing CONFIG_NOSOFTFLOAT.

Unfortunatly the use of this flag is not documented here. Maybe it's about this
old workaround:
http://lists.denx.de/pipermail/u-boot/2007-March/020282.html

However, this patch has been declined:
http://www.denx.de/wiki/view/U-Boot/PatchStatus?rev=1.27

Since no other configure options are used, remove also UBOOT_CONFIGURE_OPTS.

Signed-off-by: Jörg Krause <jkrause@posteo.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
boot/uboot/uboot.mk