From: Martin Creutziger Date: Mon, 2 Sep 2013 15:18:48 +0000 (+0200) Subject: ti-gfx.mk: correct typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ee8047024d7edf4500eda57327d793c3f55bdd6;p=buildroot.git 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 Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- 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)