From 2858d54dbf3beb03dfbec4c717d8260dcca4522b Mon Sep 17 00:00:00 2001 From: YoungJin Lee Date: Fri, 24 Aug 2012 13:26:51 +0900 Subject: [PATCH] change fb to drm for kernel 3.0 --- config/tizen.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/tizen.cfg b/config/tizen.cfg index 4f9bbb7..ed824e9 100755 --- a/config/tizen.cfg +++ b/config/tizen.cfg @@ -1,9 +1,9 @@ -export CHG_ENV_SUPPORT_FB=1 -export CHG_ENV_SUPPORT_DRM=0 +export CHG_ENV_SUPPORT_FB=0 +export CHG_ENV_SUPPORT_DRM=1 -export CHG_ENV_DEV_FB=/dev/fb3 -export CHG_ENV_DEV_DRM_NAME= +export CHG_ENV_DEV_FB= +export CHG_ENV_DEV_DRM_NAME=exynos export CHG_ENV_LCD_BR_DIMM_VAL=0 export CHG_ENV_LCD_BR_NORM_VAL=10 -- 2.7.4