summaryrefslogtreecommitdiffstats
path: root/arch/arc
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2014-12-25 18:47:45 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2015-01-15 22:40:49 +0300
commite20bcb046b245d78f63c99811fc0ccdc6661aa82 (patch)
treeb1333780cde2d83d63b321ac0f97b3ddfa12975a /arch/arc
parent660d5f0d495197b4057bc1b3bdd201e500b03f1a (diff)
downloadtalos-obmc-uboot-e20bcb046b245d78f63c99811fc0ccdc6661aa82.tar.gz
talos-obmc-uboot-e20bcb046b245d78f63c99811fc0ccdc6661aa82.zip
board/synopsys: remove selection of CPU from the board
Both ARCangel4 and AXS10x are FPGA-based boards so they may have different CPUs. For now we have only 1 option (ARC700) and we define this as default in arch Kconfig. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'arch/arc')
-rw-r--r--arch/arc/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index d3ef58be04..6a77b8f34c 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -4,6 +4,9 @@ menu "ARC architecture"
config SYS_ARCH
default "arc"
+config SYS_CPU
+ default "arc700"
+
choice
prompt "Target select"
OpenPOWER on IntegriCloud