summaryrefslogtreecommitdiff
path: root/package/ti-gfx
diff options
context:
space:
mode:
authorMartin Creutziger <buildroot@martin.creutziger.net>2013-09-02 17:18:48 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-09-02 17:39:44 +0200
commit4ee8047024d7edf4500eda57327d793c3f55bdd6 (patch)
tree05b3ff47f19628159d24432ee6b7798fd6efa685 /package/ti-gfx
parentc6f2f8ed5c3ca58d43555ab1d38adbe794e95790 (diff)
ti-gfx.mk: correct typo
There is a simple typo in package/ti-gfx/ti-gfx.mk, which the following patch corrects. Signed-off-by: Martin Creutziger <buildroot@martin.creutziger.net> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ti-gfx')
-rw-r--r--package/ti-gfx/ti-gfx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ti-gfx/ti-gfx.mk b/package/ti-gfx/ti-gfx.mk
index 44a3c1d8f5..a94f00dc1f 100644
--- a/package/ti-gfx/ti-gfx.mk
+++ b/package/ti-gfx/ti-gfx.mk
@@ -29,7 +29,7 @@ TI_GFX_OMAPES = 5.x
TI_GFX_PLATFORM = omap3630
endif
ifeq ($(BR2_PACKAGE_TI_GFX_ES6),y)
-TI_GFX_OMPAES = 6.x
+TI_GFX_OMAPES = 6.x
TI_GFX_PLATFORM = ti81xx
endif
ifeq ($(BR2_PACKAGE_TI_GFX_ES8),y)