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:
parent
e1ba6ef595
commit
c34cd9e2da
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user