Revert "rk3168_86v: Basic functions is ok"
author黄涛 <huangtao@rock-chips.com>
Tue, 29 Jan 2013 06:54:08 +0000 (14:54 +0800)
committer黄涛 <huangtao@rock-chips.com>
Tue, 29 Jan 2013 06:54:08 +0000 (14:54 +0800)
This reverts commit aa932b765305b1cee6bfe648e19a0c1a7cd3f0c8.
For fix Makefile, drivers/video/display/Kconfig

Makefile
drivers/video/display/screen/Kconfig

index 0ec77bf9bd300aab6603674a48c001d0679fe388..b22d80e944c85300fff1c1a7a3704e7b76fe129e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -194,8 +194,8 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
 export KBUILD_BUILDHOST := $(SUBARCH)
 #ARCH          ?= $(SUBARCH)
 ARCH           ?= arm
-ifneq ($(wildcard ../../../toolchain/arm-eabi-4.4.3),)
-CROSS_COMPILE  ?= ../../../toolchain/arm-eabi-4.4.3/bin/arm-eabi-
+ifneq ($(wildcard ../toolchain/arm-eabi-4.4.3),)
+CROSS_COMPILE  ?= ../toolchain/arm-eabi-4.4.3/bin/arm-eabi-
 endif
 ifneq ($(wildcard ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.3),)
 CROSS_COMPILE  ?= ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-
index e8dc1c762e144290a4d50fd4cecfef3840753579..182a360105e5b4db4b90928b1248eaecb976ec60 100755 (executable)
@@ -99,9 +99,10 @@ config LCD_RK2928_A720
        bool "RK2928 A720 panel 800x480"
 config LCD_RK2926_V86
        bool "RK2926 v86 panel 800x480"
+
 config LCD_RK3168_86V
        bool "RK3168 86v panel 800x480"
-config LCD_HJ080NA
+
 config LCD_HJ080NA
        bool "HJ080NA_4J 1024X768"