commit | 18d14704d66f651395a68c8a70c86f0a22bccb31 | [log] [tgz] |
---|---|---|
author | Mark Salter <msalter@redhat.com> | Tue May 01 20:37:49 2012 -0400 |
committer | Mark Salter <msalter@redhat.com> | Wed May 02 10:04:02 2012 -0400 |
tree | ca8884592a31f857e65eb2d47e3bc80093d409c2 | |
parent | 69964ea4c7b68c9399f7977aa5b9aa6539a6a98a [diff] |
C6X: change main arch kbuild symbol 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> Acked-by: Mike Frysinger <vapier@gentoo.org>