Commit 33592513 authored by Kevin Hilman's avatar Kevin Hilman

DaVinci: DM644x: rename Kconfig option

Rename from ARCH_DAVINCI644x to ARCH_DAVINCI_DM644x to match
the other names in the device family.
Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent d36d4fd0
...@@ -186,7 +186,7 @@ CONFIG_ARCH_DAVINCI=y ...@@ -186,7 +186,7 @@ CONFIG_ARCH_DAVINCI=y
# #
# DaVinci Core Type # DaVinci Core Type
# #
CONFIG_ARCH_DAVINCI644x=y CONFIG_ARCH_DAVINCI_DM644x=y
# #
# DaVinci Board Type # DaVinci Board Type
......
...@@ -4,7 +4,7 @@ menu "TI DaVinci Implementations" ...@@ -4,7 +4,7 @@ menu "TI DaVinci Implementations"
comment "DaVinci Core Type" comment "DaVinci Core Type"
config ARCH_DAVINCI644x config ARCH_DAVINCI_DM644x
bool "DaVinci 644x based system" bool "DaVinci 644x based system"
select CPU_V5 select CPU_V5
...@@ -21,7 +21,7 @@ comment "DaVinci Board Type" ...@@ -21,7 +21,7 @@ comment "DaVinci Board Type"
config MACH_DAVINCI_EVM config MACH_DAVINCI_EVM
bool "TI DaVinci EVM" bool "TI DaVinci EVM"
default y default y
depends on ARCH_DAVINCI644x depends on ARCH_DAVINCI_DM644x
help help
Configure this option to specify the whether the board used Configure this option to specify the whether the board used
for development is a DaVinci EVM for development is a DaVinci EVM
...@@ -56,7 +56,7 @@ config DAVINCI_RESET_CLOCKS ...@@ -56,7 +56,7 @@ config DAVINCI_RESET_CLOCKS
config DAVINCI_BOOT_TAG config DAVINCI_BOOT_TAG
bool "DaVinci bootloader information passing" bool "DaVinci bootloader information passing"
depends on ARCH_DAVINCI644x depends on ARCH_DAVINCI_DM644x
default n default n
help help
Say Y, if you have a bootloader which passes information Say Y, if you have a bootloader which passes information
......
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