mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-28 14:11:29 +01:00
cm-t35: move the display code to common place
Compulab OMAP3 boards use the same display initialization code. Move the display initialization code to live under board/compulab/common directory. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Tested-by: Nikita Kiryanov <nikita@compulab.co.il>
This commit is contained in:
parent
689be5f83c
commit
e1e55c13c9
@ -11,8 +11,6 @@ include $(TOPDIR)/config.mk
|
||||
|
||||
LIB = $(obj)lib$(BOARD).o
|
||||
|
||||
COBJS-$(CONFIG_LCD) += display.o
|
||||
|
||||
COBJS := cm_t35.o leds.o $(COBJS-y)
|
||||
|
||||
SRCS := $(COBJS:.o=.c)
|
||||
|
||||
@ -15,6 +15,7 @@ endif
|
||||
LIB = $(obj)lib$(VENDOR).o
|
||||
|
||||
COBJS-$(CONFIG_DRIVER_OMAP34XX_I2C) += eeprom.o
|
||||
COBJS-$(CONFIG_LCD) += omap3_display.o
|
||||
|
||||
COBJS := $(COBJS-y)
|
||||
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user