ti-gfx: use BR2_ARM_EABIHF

Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Spenser Gilliland 2013-07-18 01:50:34 -05:00 committed by Peter Korsgaard
parent e1ba6ef595
commit c34cd9e2da
2 changed files with 1 additions and 6 deletions

View File

@ -28,11 +28,6 @@ config BR2_PACKAGE_TI_GFX_EGLIMAGE
help
Installs OpenGL libaries which support the eglimage api.
config BR2_PACKAGE_TI_GFX_HARD_FLOAT
bool "use hard float binaries"
help
Install hard float binaries (required if using a hard float toolchain)
choice
prompt "Target"
default BR2_PACKAGE_TI_GFX_ES3

View File

@ -7,7 +7,7 @@
TI_GFX_VERSION = 4_09_00_01
TI_GFX_SO_VERSION = 1.9.2188537
ifeq ($(BR2_PACKAGE_TI_GFX_HARD_FLOAT),y)
ifeq ($(BR2_ARM_EABIHF),y)
TI_GFX_SOURCE = Graphics_SDK_setuplinux_$(TI_GFX_VERSION)_hardfp_minimal_demos.bin
else
TI_GFX_SOURCE = Graphics_SDK_setuplinux_$(TI_GFX_VERSION)_minimal_demos.bin