diff options
author | Masahiro Yamada | 2014-11-06 11:39:27 +0900 |
---|---|---|
committer | Tom Rini | 2014-11-13 08:37:25 -0500 |
commit | 01541eeccdf74ee68f9a3014b6cdc26395be4dc0 (patch) | |
tree | c084379a35742779761d66a5bb0e669329c6b3c7 /arch/arm/cpu/armv8 | |
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>
Diffstat (limited to 'arch/arm/cpu/armv8')
-rw-r--r-- | arch/arm/cpu/armv8/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/cpu/armv8/Kconfig b/arch/arm/cpu/armv8/Kconfig deleted file mode 100644 index 3d1655bd5c3..00000000000 --- a/arch/arm/cpu/armv8/Kconfig +++ /dev/null @@ -1,6 +0,0 @@ -if ARM64 - -config SYS_CPU - default "armv8" - -endif |