diff options
author | Heiko Schocher <hs@denx.de> | 2015-06-15 14:57:15 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-06-19 16:46:50 -0400 |
commit | 8c65a2fae89ec10f30acdf5bbf42f799f86c3f3d (patch) | |
tree | 6436b9c8bfcbbd03c2f5d2b972b75f54ff3fe36c /arch/arm | |
parent | 578056c35d20d2f6e2f6618d9f86628f588932c4 (diff) |
siemens,am33x,thuban: rename dxr2 to thuban
Update new naming scheme.
Signed-off-by: Samuel Egli <samuel.egli@siemens.com>
Acked-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 13f579a02d..0829235333 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -346,8 +346,8 @@ config TARGET_DRACO select CPU_V7 select SUPPORT_SPL -config TARGET_DXR2 - bool "Support dxr2" +config TARGET_THUBAN + bool "Support thuban" select CPU_V7 select SUPPORT_SPL |