summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv8/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-06 02:39:27 (GMT)
committerTom Rini <trini@ti.com>2014-11-13 13:37:25 (GMT)
commit01541eeccdf74ee68f9a3014b6cdc26395be4dc0 (patch)
treec084379a35742779761d66a5bb0e669329c6b3c7 /arch/arm/cpu/armv8/Kconfig
parent790f70c725d6a89e6a9ac78f91b025454ae75dde (diff)
downloadu-boot-01541eeccdf74ee68f9a3014b6cdc26395be4dc0.tar.xz
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/Kconfig')
-rw-r--r--arch/arm/cpu/armv8/Kconfig6
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 3d1655b..0000000
--- a/arch/arm/cpu/armv8/Kconfig
+++ /dev/null
@@ -1,6 +0,0 @@
-if ARM64
-
-config SYS_CPU
- default "armv8"
-
-endif