linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] C6X: change main arch kbuild symbol
@ 2012-04-23 14:55 Mark Salter
  2012-04-23 15:33 ` Mike Frysinger
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Salter @ 2012-04-23 14:55 UTC (permalink / raw)
  To: linux-arch; +Cc: Sam Ravnborg, Mike Frysinger, Aurelien Jacquiot, Mark Salter

Currently the c6x architecture uses CONFIG_TMS320C6X as the main
architecture symbol. Most architectures use a more intuitive name
based on the architecture directory name. There are no current
users of TMS320C6X so this patch simply changes CONFIG_TMS320C6X
to the more intuitive CONFIG_C6X.

Signed-off-by: Mark Salter <msalter@redhat.com>
---
 arch/c6x/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/c6x/Kconfig b/arch/c6x/Kconfig
index 26e67f0..66a05fd 100644
--- a/arch/c6x/Kconfig
+++ b/arch/c6x/Kconfig
@@ -3,7 +3,7 @@
 # see Documentation/kbuild/kconfig-language.txt.
 #
 
-config TMS320C6X
+config C6X
 	def_bool y
 	select CLKDEV_LOOKUP
 	select GENERIC_IRQ_SHOW
-- 
1.7.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] C6X: change main arch kbuild symbol
  2012-04-23 14:55 [PATCH] C6X: change main arch kbuild symbol Mark Salter
@ 2012-04-23 15:33 ` Mike Frysinger
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2012-04-23 15:33 UTC (permalink / raw)
  To: Mark Salter; +Cc: linux-arch, Sam Ravnborg, Aurelien Jacquiot

[-- Attachment #1: Type: Text/Plain, Size: 407 bytes --]

On Monday 23 April 2012 10:55:56 Mark Salter wrote:
> Currently the c6x architecture uses CONFIG_TMS320C6X as the main
> architecture symbol. Most architectures use a more intuitive name
> based on the architecture directory name. There are no current
> users of TMS320C6X so this patch simply changes CONFIG_TMS320C6X
> to the more intuitive CONFIG_C6X.

Acked-by: Mike Frysinger <vapier@gentoo.org>
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-23 15:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-23 14:55 [PATCH] C6X: change main arch kbuild symbol Mark Salter
2012-04-23 15:33 ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).