]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
ti-gfx.mk: correct typo
authorMartin Creutziger <buildroot@martin.creutziger.net>
Mon, 2 Sep 2013 15:18:48 +0000 (17:18 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 11 Sep 2013 10:23:21 +0000 (12:23 +0200)
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>
package/ti-gfx/ti-gfx.mk

index 44a3c1d8f578378a6438877c92a4061f56479a39..a94f00dc1ff30dd2cc802018607a1f740cf71255 100644 (file)
@@ -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)