Commit dc97b1db authored by Kevin Hilman's avatar Kevin Hilman

DaVinci: DM644x: Rename original 'DaVinci' EVM to DM644x EVM

Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent 6eaf349a
......@@ -19,12 +19,12 @@ config ARCH_DAVINCI_DM355
comment "DaVinci Board Type"
config MACH_DAVINCI_EVM
bool "TI DaVinci EVM"
bool "TI DM644x EVM"
default y
depends on ARCH_DAVINCI_DM644x
help
Configure this option to specify the whether the board used
for development is a DaVinci EVM
for development is a DM644x EVM
config MACH_DAVINCI_DM646X_EVM
bool "TI DM646x EVM"
......
......@@ -8,6 +8,6 @@ obj-y := time.o irq.o clock.o serial.o io.o id.o psc.o \
gpio.o mux.o devices.o usb.o dma.o common.o iram.o
# Board specific
obj-$(CONFIG_MACH_DAVINCI_EVM) += board-evm.o
obj-$(CONFIG_MACH_DAVINCI_EVM) += board-dm644x-evm.o
obj-$(CONFIG_MACH_DAVINCI_DM646X_EVM) += board-dm646x-evm.o
obj-$(CONFIG_MACH_DAVINCI_DM355_EVM) += board-dm355-evm.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment