From: Alexey Brodkin Date: Thu, 25 Dec 2014 15:47:45 +0000 (+0300) Subject: board/synopsys: remove selection of CPU from the board X-Git-Tag: v2015.04-rc1~68^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e20bcb046b245d78f63c99811fc0ccdc6661aa82;p=u-boot 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 --- 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" diff --git a/board/synopsys/Kconfig b/board/synopsys/Kconfig index a54d3dfde3..f614f88cc6 100644 --- a/board/synopsys/Kconfig +++ b/board/synopsys/Kconfig @@ -1,8 +1,5 @@ if TARGET_ARCANGEL4 -config SYS_CPU - default "arc700" - config SYS_VENDOR default "synopsys" @@ -13,9 +10,6 @@ endif if TARGET_ARCANGEL4_BE -config SYS_CPU - default "arc700" - config SYS_VENDOR default "synopsys" diff --git a/board/synopsys/axs101/Kconfig b/board/synopsys/axs101/Kconfig index 8448265888..79e5400ea8 100644 --- a/board/synopsys/axs101/Kconfig +++ b/board/synopsys/axs101/Kconfig @@ -1,8 +1,5 @@ if TARGET_AXS101 -config SYS_CPU - default "arc700" - config SYS_BOARD default "axs101"