commit | 01541eeccdf74ee68f9a3014b6cdc26395be4dc0 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Nov 06 11:39:27 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Thu Nov 13 08:37:25 2014 -0500 |
tree | c084379a35742779761d66a5bb0e669329c6b3c7 | |
parent | 790f70c725d6a89e6a9ac78f91b025454ae75dde [diff] |
kconfig: arm: move "armv8" define to arch/arm/Kconfig Commit 2e07c249a67e (kconfig: arm: introduce symbol for ARM CPUs) collected the default values of CONFIG_SYS_CPU into arch/arm/Kconfig. This commit moves "armv8" to there for consistency. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Georges Savoundararadj <savoundg@gmail.com>