[Buildroot] [git commit] ti-gfx.mk: correct typo

Peter Korsgaard jacmet at sunsite.dk
Mon Sep 2 15:39:44 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=4ee8047024d7edf4500eda57327d793c3f55bdd6
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

There is a simple typo in package/ti-gfx/ti-gfx.mk, which the
following patch corrects.

Signed-off-by: Martin Creutziger <buildroot at martin.creutziger.net>
Acked-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/ti-gfx/ti-gfx.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/ti-gfx/ti-gfx.mk b/package/ti-gfx/ti-gfx.mk
index 44a3c1d..a94f00d 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)


More information about the buildroot mailing list