Revert "rk3168_86v: Basic functions is ok"
This reverts commit aa932b7653.
For fix Makefile, drivers/video/display/Kconfig
This commit is contained in:
parent
c9c669ebb5
commit
c160ee6f09
2 changed files with 4 additions and 3 deletions
4
Makefile
4
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-
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue