commit | 420ae9518404c4aeda3abc8e017c8fdcc3a13d6b | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Mon Jun 16 07:25:06 2014 +0400 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Thu Aug 14 11:59:08 2014 +0400 |
tree | 36c40eae5e715e35a8cb77899154d9e1398fa95f | |
parent | 64aa90f26c06e1cb2aacfb98a7d0eccfbd6c1a91 [diff] |
xtensa: simplify addition of new core variants Instead of adding new Kconfig options and Makefile rules for each new core variant provide XTENSA_VARIANT_CUSTOM variant and record variant name in the XTENSA_VARIANT_NAME variable. Adding new core variant now means providing directory structure under arch/xtensa/variant and specifying correct name in kernel configuration. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>