mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
Revert "rk3168_86v: Basic functions is ok"
This reverts commit aa932b7653.
For fix Makefile, drivers/video/display/Kconfig
This commit is contained in:
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user